EliziumNet/Loopz

Move all regex related code to RexFs

Closed this issue · 1 comments

Move all regex related code to RexFs

Actually, I'm no longer sure that this is a good idea. All the higher level Refex functionality has already been moved to RexFs. There are some lower level regex functions that are still required in Loopz, namely:

  • New-RegularExpression
  • Split-Match is referenced by New-RegularExpression and bootstrap, so it can't be moved

There are other self contained functions that could actually be moved, but doing so may be storing up problems for the future:

  • Update-GroupRefs
  • Get-Captures
  • Test-ValidPatternArrayParam