Question
How to convert text strings to an arbitrary string if there is a string that matches a condition.
<Example>
If the data contains "data", then the data should be converted to "Data Rockstar" as follows.
How to convert text strings to an arbitrary string if there is a string that matches a condition.
<Example>
If the data contains "data", then the data should be converted to "Data Rockstar" as follows.