How to replace all occurences of a pattern from a text
4WS.Platform provides a method to replace all occurrences of a pattern from a string:
this function will return the new text with replaced pattern;
Example
will return “hexxo worxd”.
Last updated