A fork of the regular expression matcher in Pharo to be used as a dependency for GemStone/64
# Regular Expression Matcher A fork of the regular expression matcher in Pharo to be used as a dependency for GemStone/64. [](https://github.com/ba-st-dependencies/Regex/actions/workflows/unit-tests.yml/badge.svg) [](https://github.com/ba-st-dependencies/Regex/actions/workflows/unit-tests-gs64.yml) [](https://codecov.io/gh/ba-st-dependencies/Regex/branch/release-candidate) [](https://github.com/ba-st-dependencies/Regex/actions/workflows/loading-gs64-components.yml) [](https://github.com/ba-st-dependencies/Regex/actions/workflows/markdown-lint.yml) [](https://github.com/ba-st-dependencies/Regex/releases/latest) [](https://pharo.org) [](https://gemtalksystems.com/products/gs64/) [](https://gemtalksystems.com/products/gs64/) This is a recursive regular expression matcher. Not strikingly efficient, but simple. Also, keeps track of matched sub-expressions. ## License - The code is licensed under [MIT](LICENSE). - The documentation is licensed under [CC BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0/).