Available in...
Open Studio for Big Data
Open Studio for Data Integration
Open Studio for ESB
It is easy to use the CHANGE
routine along with a
tJava component, to replace one element in a string with
another:
System.out.println(StringHandling.CHANGE("hello world!", "world", "guy"));
The routine replaces the old element with the new element specified.