8

This regular expression documentation thing is coming along. Added capture groups and backreferences. Think I just need to tackle Unicode property escapes and control characters.

But now I feel like I should have implemented it differently. Like, maybe instead of “‘a’ followed by ‘b’ followed by ‘c’, I should have just done ‘abc’.

*sigh*

Comments
  • 2
    You'll always think that when you start a project - get it working first and then come back and make improvements later :-)
Add Comment