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
1.2.02026-08-07
Changed
- Added error handling support: a new Options parameter lets you control whether errors are thrown as exceptions or returned as part of the result object.
- The task result now includes a
Successflag and anErrorproperty for more consistent error handling. - Updated target framework to .NET 8.
1.1.02024-09-11
Update
- Breaking Parameter structure has been changed from the version that has been released to NuGet feeds.
- Needed to increase the version number to fix the issue with .Net8 targeted processes not finding correct namespace.
1.0.12023-06-13
Changed
- Documentation updates.
1.0.12022-02-21
Changed
- Targeting changed to only include .NET 6.0 (removed .NET Standard 2.0)
1.0.02022-02-09
Added
- Initial implementation