mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
71d190b014
Approved by: portmgr (blanket)
11 lines
583 B
Plaintext
11 lines
583 B
Plaintext
PCRE2 is the name used for a revised API for the PCRE library, which is
|
|
a set of functions, written in C, that implement regular expression
|
|
pattern matching using the same syntax and semantics as Perl, with just
|
|
a few differences. Some features that appeared in Python and the
|
|
original PCRE before they appeared in Perl are also available using the
|
|
Python syntax. There is also some support for one or two .NET and
|
|
Oniguruma syntax items, and there are options for requesting some minor
|
|
changes that give better ECMAScript (aka JavaScript) compatibility.
|
|
|
|
WWW: https://www.pcre.org/
|