Replace a particular pattern in the string with the other pattern
Hi,
We are trying to replace particular pattern(muliple occurence) of the string with the other pattern. We tried of using the replaceString, replace function in Java embedding activity by importing java.lang.*. But is ig giving the compliation error as replaceString is not found in Java.lang.string class. Can you please help us to get any alternative function fot it.