Frends.Regex.Replace / 1.2.0
Summary
Rewrites every part of a text that matches a regular expression, with capture groups available in the replacement.
Typical use — normalising text between systems, and masking values that should not travel onward
Input parameters.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| InputText | String |
– | Example text. |
Text to be modified. |
| RegularExpression | String |
– | abc* |
Regular expression pattern. |
| Replacement | String |
– | foo |
Text to replace regex matches with. |