This is "RegExChar", a regex-engine built from the polymorphic regex-engine "RegExDot" as a proof of concept.
It can be built and installed using Cabal.
- The directory "man/" contains the documentation.
- More information about this application can be found at RegExChar.
For information on copying and distributing this package, see the file "LICENSE" in this directory.
Bug-reports should be emailed to regexchar@functionalley.com.
The test-suite can be run using:
cabal configure --enable-tests;
cabal build;
cabal test --show-details=always;
This application is written and maintained by Dr. Alistair Ward.