Description
Replaces all occurences of string A with string B in a string.
Example
Replace all occurences of “abc” with “def” in instance names.
instance/name/replace("abc", "def")
Syntax
expression1/replace(expression2, expression2)
Parameters
Type | Description |
---|---|
Expression1 | Expression that gives (a set of) text(s) |
Expression2 | Expression that gives a text to replace |
Expression3 | Expression that gives a text to replace with |
Post your comment on this topic.