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

[ bsd3, library, text ] [ Propose Tags ] [ Report a vulnerability ]

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

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, 0.94.0.3
Change log ChangeLog.md
Dependencies array (>=0.5 && <1), base (>=4.9 && <5), bytestring (>=0.10 && <1), containers (>=0.5 && <1), text (>=1.2.3 && <1.3 || >=2.0 && <3) [details]
Tested with ghc ==9.12.1, ghc ==9.10.1, ghc ==9.8.4, ghc ==9.6.6, ghc ==9.4.8, ghc ==9.2.8, ghc ==9.0.2, ghc ==8.10.7, ghc ==8.8.4, ghc ==8.6.5, ghc ==8.4.4, ghc ==8.2.2, ghc ==8.0.2
License BSD-3-Clause
Copyright Copyright (c) 2006, Christopher Kuklewicz
Author Christopher Kuklewicz
Maintainer Andreas Abel
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.3)
Uploaded by AndreasAbel at 2025-03-02T10:21:17Z
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 66 direct, 4633 indirect [details]
Downloads 256348 total (290 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2025-03-02 [all 1 reports]

Readme for regex-base-0.94.0.3

[back to package description]

Hackage version Stackage Nightly Stackage LTS Haskell-CI License regex-base

Common interface to several Haskell implementations of regular expressions.

Documentation on hackage.