7 |
The PCRE library is a set of functions that implement regular expression |
The PCRE library is a set of functions that implement regular expression |
8 |
pattern matching using the same syntax and semantics as Perl, with just a few |
pattern matching using the same syntax and semantics as Perl, with just a few |
9 |
differences. Certain features that appeared in Python and PCRE before they |
differences. Certain features that appeared in Python and PCRE before they |
10 |
appeared in Perl are also available using the Python syntax. There is also some |
appeared in Perl are also available using the Python syntax. There is also some |
11 |
support for certain .NET and Oniguruma syntax items, and there is an option for |
support for certain .NET and Oniguruma syntax items, and there is an option for |
12 |
requesting some minor changes that give better JavaScript compatibility. |
requesting some minor changes that give better JavaScript compatibility. |
13 |
.P |
.P |
14 |
The current implementation of PCRE (release 7.x) corresponds approximately with |
The current implementation of PCRE (release 7.x) corresponds approximately with |