Open
Description
I'd consider this library to be a useable POC (proof of concept) in its current state. The implementation is based around the description of regex as provided by the MDN regex cheat sheet, however, this is not a detailed description of the regex language and in some places deviates from others see - #9
At this point it probably makes sense to consider a few points:
- What regex specification should this library use for the purposes of implementation?
- How should this library be tested in order to meet this specification?