ReplaceString Function - microsoft/MIMWAL GitHub Wiki
Syntax
string ReplaceString(input:string, replace:string, with:string)
Description
Replaces all occurrences of a string to another string.
Remarks
If the second input parameter (pattern string) or the third input parameter (with string) is null, an exception is thrown.
Supported Version
1.0.0.0 and later
Examples
ReplaceString([//Target/LastName]," ",".")