Regular expressions - Replace Method

Replaces all strings that match a specified regular expression with a specified replacement string

Member of Regular expressions (PRIM_REGX)

Parameters

NameTypeData TypeDescription
Result*Result (Optional)Unicode StringThe input string with the replacement string taking the place of each matched string
Pattern*InputUnicode StringThe regular expression pattern to match
InputString*InputUnicode StringThe unicode string to search for a match
ReplaceString*InputUnicode StringThe replacement unicode string

Details

No detailed help is available for this feature

See also

All Component Classes

Technical Reference