regexchar-0.9.0.14: README.markdown
# **RegExChar**
[](https://hackage.haskell.org/package/regexchar) [](https://travis-ci.org/functionalley/RegExChar)
This is "**RegExChar**", a regex-engine built from the polymorphic regex-engine "**RegExDot**" as a proof of concept.
## Installation
It can be built and installed using [Cabal](https://www.haskell.org/cabal/users-guide/installing-packages.html).
## Documentation
* The directory "**man/**" contains the documentation.
* More information about this application can be found at [RegExChar](http://functionalley.eu/RegExChar/regExChar.html).
## License
For information on copying and distributing this package, see the file "**LICENSE**" in this directory.
## Bug-reporting
Bug-reports should be emailed to <regexchar@functionalley.eu>.
## Testing
The test-suite can be run using:
cabal configure --enable-tests;
cabal build;
cabal test --show-details=always;
## Author
This application is written and maintained by Dr. Alistair Ward.