Replace
Returns a string in which a specified sub-string has been replaced.
Returns a string in which a specified sub-string has been replaced with another substring
Expression
Databox Value
Result
Replace('B','b')
The Big Brown fox
The big brown fox
Replace('NOTE:','!!! IMPORTANT NOTE !!!')
NOTE:
!!! IMPORTANT NOTE !!!
Last updated
Was this helpful?