@hackage / pcre-light

Portable regex library for Perl 5 compatible regular expressions

Latest0.4.1.3

About

Metadata

  • Last updated , by DanielDiaz
  • License BSD-3-Clause
  • Categories Text Processing
  • Maintained by: Daniel Casanueva <coding `at` danielcasanueva.eu>

  • Lottery factor: 1

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    use-pkg-config (off by default)

Readme

pcre-light library

A small, efficient and portable regex library for Perl 5 compatible regular expressions

The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5.

Authorship

This library was originally written by Donald Stewart.