regex: A Regular Expression Toolkit for regex-base

[ bsd3, library, text ] [ Propose Tags ]

A Regular Expression Toolkit for regex-base with Compile-time checking of RE syntax, data types for matches and captures, a text replacement toolkit, portable options, high-level AWK-like tools for building text processing apps, regular expression macros and test bench, a tutorial and copious examples.


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.0.1, 0.0.0.2, 0.1.0.0, 0.2.0.0, 0.2.0.1, 0.2.0.2, 0.2.0.3, 0.2.0.4, 0.3.0.0, 0.5.0.0, 0.6.0.0, 0.6.0.1, 0.7.0.0, 0.8.0.0, 0.9.0.0, 0.10.0.0, 0.10.0.1, 0.10.0.2, 0.10.0.3, 0.11.0.0, 0.11.1.0, 0.12.0.0, 0.13.0.0, 0.14.0.0, 1.0.0.0, 1.0.1.0, 1.0.1.1, 1.0.1.2, 1.0.1.3, 1.0.1.4, 1.0.1.5, 1.0.2.0, 1.1.0.0, 1.1.0.1, 1.1.0.2 (info)
Change log changelog
Dependencies array (>=0.4), base (>=4 && <5), bytestring (>=0.10.2.0), containers (>=0.4), directory (>=1.2.1.0), hashable (>=1.2.3.3), heredoc (>=0.2.0.0), regex, regex-base (>=0.93.2), regex-pcre-builtin (>=0.94.4.8.8.35), regex-tdfa (>=1.2.1), regex-tdfa-text (>=1.0.0.3), shelly (>=1.6.1.2), smallcheck (>=1.1.1), tasty (>=0.10.1.2), tasty-hunit (>=0.9.2), tasty-smallcheck (>=0.8.0.1), template-haskell (>=2.7), text (>=1.2.1.3), time (>=1.5.0.1), transformers (>=0.3.0.0), unordered-containers (>=0.2.5.1) [details]
License BSD-3-Clause
Copyright Chris Dornan 2016-2017
Author Chris Dornan
Maintainer chris.dornan@irisconnect.co.uk
Revised Revision 1 made by HerbertValerioRiedel at 2017-03-14T13:21:44Z
Category Text
Home page https://iconnect.github.io/regex
Bug tracker https://github.com/iconnect/regex/issues
Source repo head: git clone https://github.com/iconnect/regex.git
this: git clone https://github.com/iconnect/regex.git(tag 0.0.0.2)
Uploaded by ChrisDornan at 2017-01-30T23:05:08Z
Distributions LTSHaskell:1.1.0.2, NixOS:1.1.0.2, Stackage:1.1.0.2
Reverse Dependencies 9 direct, 2 indirect [details]
Executables re-tutorial, re-pp, re-nginx-log-processor, re-include, re-gen-modules
Downloads 25119 total (169 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user [build log]
All reported builds failed as of 2017-01-30 [all 1 reports]

Readme for regex-0.0.0.2

[back to package description]

Hackage BSD3 License Un*x build Windows build Coverage

regex: A Regular Expression Toolkit for regex-base

regex extends regex-base with:

  • a text-replacement toolkit
  • special datatypes for many matches, first match and individual 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

Schedule

  • 2017-01-26  0.0.0.1  Pre-release (I)

  • 2017-01-30  0.0.0.2  Pre-release (II)

  • 2017-02-06  0.0.1.0  RFC

  • 2017-02-20  0.1.0.0  a candidate stable release

  • 2017-03-20  1.0.0.0  first stable release

The Web Page

We have a web page with a tutorial, a major example and and more examples than you can shake a stick at (most of them used in the package itself).

The Macro Tables

The macro environments are an important part of the package and they are documented in these tables.