David Tai
David Tai
In preparation for #24, update all creation and chaining helper inputs with anonymous capturing group syntax to non-capturing group by default. updated inputs: - creation inputs: `anyOf`, `maybe`, `oneOrMore` -...
## Update add lazy quantifier version of original input helpers: - add `times.anyLazy`, `times.atLeastLazy`, `times.atMostLazy` and `times.betweenLazy` under `times` chain helper. - add `maybeLazy` and `oneOrMoreLazy`, two creating helpers. ##...
## Updates 1. Add [type-level-regexp](https://github.com/didavid61202/type-level-regexp) as dev-dependency, and import helper types from a subpath export `type-level-regexp/regexp` to prevent global declaration side effects from the package. 2. Add `Strings.RegExp` to create...
## Issue any quantifier following single \b (boundary pattern) should show syntax error `Nothing to repeat` ```ts ParseRegExp // should show syntax error // or ParseRegExp // should show syntax...