@hackage regex0.2.0.0
Toolkit for regex-base
Categories
License
BSD-3-Clause
Maintainer
Chris Dornan <chris@regex.uk>
Links
Versions
Installation
Dependencies (17)
- array >=0.4
- base >=4 && <5
- base-compat >=0.6.0
- bytestring >=0.10.2.0
- containers >=0.4
- hashable >=1.2.3.3 Show all…
Dependents (13)
@hackage/hurl, @hackage/regex-with-pcre, @hackage/keystore, @hackage/highlight, @hackage/owoify-hs, @hackage/system-info, Show all…
regex
Regex is a regular expression toolkit for regex-base with:
- text-replacement operations with named captures;
- special datatypes for matches and captures;
- compile-time checking of RE syntax;
- a unified means of controlling case-sensitivity and multi-line options;
- high-level AWK-like tools for building text processing apps;
- the option of using match operators with reduced polymorphism on the text and/or result types;
- regular expression macros including:
- a number of useful RE macros;
- a test bench for testing and documenting new macro environments;
- built-in support for the TDFA and PCRE backends;
- comprehensive documentation and copious examples.
See the About page for details.
regex and regex-examples
- the
regexpackage contains the regex library - the
regex-examplespackage contains the tutorial, tests and example programs
Road Map
☒ 2017-01-26 v0.0.0.1 Pre-release (I)
☒ 2017-01-30 v0.0.0.2 Pre-release (II)
☒ 2017-02-18 v0.1.0.0 Proposed core API with presentable Haddocks
☒ 2017-02-19 v0.2.0.0 Package split into regex and regex-examples
☐ 2017-02-26 v0.3.0.0 API adjustments, tutorials and examples finalized
☐ 2017-03-20 v1.0.0.0 First stable release
☐ 2017-08-31 v2.0.0.0 Fast text replacement with benchmarks
See the Roadmap page for details.
Build Status
See build status page for details.
Installing the Package
The package can be easily installed with cabal or stack on GHC-8.0, 7.10 or 7.8 for the above platforms. See the Installation page for details.
The Tutorial Tests and Examples
See the Tutorial page and Examples page for details.
Helping Out
If you have any feedback or suggestion then please drop us a line.
t @hregex
The Contact page has more details.
The API
The Haddocks can be found at http://hs.regex.uk.
The Macro Tables
The macro environments are an important part of the package and are documented here.
The regex.uk Directory
A handy overview of the regex.uk domain can be found here.
The Changelog
The changelog is posted here.
The Authors
This library was written and is currently maintained by Chris Dornan aka @cdornan