Replace (Regex function)
Replace regex match(es) (Regex class)
This page is under construction.
Syntax
%string = regex:Replace( string, [replacement], [Options= string])
Syntax terms
| %string | string |
|---|---|
| regex | Regex object |
| string | string |
| replacement | string The default value of this argument is ??. |
| Options | string The default value of this argument is ??. |