247cc9d9d1
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. WWW: http://code.haskell.org/~dons/code/pcre-light PR: ports/129683 Submitted by: pgj Approved by: miwi
7 lines
287 B
Text
7 lines
287 B
Text
A small, efficient and portable Haskell 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.
|
|
|
|
WWW: http://code.haskell.org/~dons/code/pcre-light
|