Four functions come to mind:
- Match
- Search
- Replace / ReplaceFirst
- Replace / ReplaceAll
This is probably going to be a mess, as I have never written a RegEx engine.
It should help that Im only currently planning to support ASCII and not Unicode.
Future me has our work cut out for us...
Four functions come to mind:
This is probably going to be a mess, as I have never written a RegEx engine.
It should help that Im only currently planning to support ASCII and not Unicode.
Future me has our work cut out for us...