Changelog
[1.6.1] - 2023-05-21
Changelog
[1.6.0] - 2022-05-09
charactersOfAny
config, you can either set a global config with the static property ReRegExp.charactersOfAny
or with a ParserConf
for an instance new ReRegExp(context, { charactersOfAny })
, it let you can define which characters can be generated by a .
character class.Changelog
[1.5.0] - 2021-05-19
\p{Letter}
, more details have shown in README.Changelog
[1.4.0] - 2021-05-16
capture
config field, if you care about the result of the regexp group data. Also add tests for this feature.ReRegExp
in browser.