Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Function

Syntax

Example

Result

Replace

@fn.replace(' '.replace(' ',' '))

Consider @context.Email_Address holds 'John@test.com', then:

@fn.replace('@context.Email_Address'.replace('test','serviceaide'))

John@serviceaide.com

...