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

← mult function / orderby function →

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Post Comment