regex-base: Common "Text.Regex.*" API for Regex matching

[ bsd3, library, text ] [ Propose Tags ]

This package does not provide the ability to do regular expression matching. Instead, it provides the type classes that constitute the abstract API that is implemented by regex-* backends such as:

See also https://wiki.haskell.org/Regular_expressions for more information.


[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

Versions [RSS] 0.71, 0.72.0.1, 0.72.0.2, 0.83, 0.90, 0.91, 0.92, 0.93, 0.93.1, 0.93.2, 0.94.0.0, 0.94.0.1, 0.94.0.2
Change log ChangeLog.md
Dependencies array (>=0.3 && <0.6), base (>=4.3 && <5), bytestring (>=0.9 && <0.13), containers (>=0.4 && <0.8), fail (>=4.9 && <4.10), text (>=1.2.3 && <1.3 || >=2.0 && <2.2) [details]
License BSD-3-Clause
Copyright Copyright (c) 2006, Christopher Kuklewicz
Author Christopher Kuklewicz
Maintainer Andreas Abel
Revised Revision 4 made by AndreasAbel at 2023-09-28T10:07:58Z
Category Text
Home page https://wiki.haskell.org/Regular_expressions
Bug tracker https://github.com/haskell-hvr/regex-base/issues
Source repo head: git clone https://github.com/haskell-hvr/regex-base.git
this: git clone https://github.com/haskell-hvr/regex-base.git(tag v0.94.0.2-r4)
Uploaded by AndreasAbel at 2021-11-16T19:48:05Z
Distributions Arch:0.94.0.2, Debian:0.94.0.0, Fedora:0.94.0.2, FreeBSD:0.93.2, LTSHaskell:0.94.0.2, NixOS:0.94.0.2, Stackage:0.94.0.2, openSUSE:0.94.0.2
Reverse Dependencies 64 direct, 4496 indirect [details]
Downloads 253230 total (257 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for regex-base-0.94.0.2

[back to package description]

regex-base Hackage version Haskell-CI License

Common interface to several Haskell implementations of regular expressions.

Documentation on hackage.