Closed m-ender closed 8 years ago
Regex.Replace could probably rewritten with reasonable ease based on Regex.Matches. If this was done, additional features could be added, like boost's conditionals and upper/lower case switches.
Regex.Replace
Regex.Matches
The rewrite of Regex.Replace has been completed in e3ea3c8. Any new features based on this will get their own issues.
Regex.Replace
could probably rewritten with reasonable ease based onRegex.Matches
. If this was done, additional features could be added, like boost's conditionals and upper/lower case switches.