Regex

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

Details

Frends version
5.7 and newer
Agent
Crossplatform
Target framework
net8.0

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.

An unhandled error has occurred. Reload 🗙