PRIM_REGX.Match - Replace Method
For the original input string, replaces the string that last match a specified regular expression with a specified replacement string
Member of PRIM_REGX.Match (PRIM_REGX.Match)
Parameters
Name |
Type |
Data Type |
Description |
Result |
*Result (Optional) |
Unicode String |
The original input string with the replacement string taking the place of the last matched string |
ReplaceString |
*Input |
Unicode String |
The replacement unicode string |
Details
No detailed help is available for this feature