mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Don't mention PCRE
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343044 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
cc22a03d81
commit
2ba51cc753
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
<chapter xml:id="parle.pattern.matching" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>Parle pattern matching</title>
|
||||
<titleabbrev>Pattern matching</titleabbrev>
|
||||
<para>Parle supports regex matching with a PCRE compatible syntax. Also supported are the following POSIX character sets: <literal>[:alnum:]</literal>, <literal>[:alpha:]</literal>, <literal>[:blank:]</literal>, <literal>[:cntrl:]</literal>, <literal>[:digit:]</literal>, <literal>[:graph:]</literal>, <literal>[:lower:]</literal>, <literal>[:print:]</literal>, <literal>[:punct:]</literal>, <literal>[:space:]</literal>, <literal>[:upper:]</literal> and <literal>[:xdigit:]</literal>.</para>
|
||||
<para>Parle supports regex matching similar to flex. Also supported are the following POSIX character sets: <literal>[:alnum:]</literal>, <literal>[:alpha:]</literal>, <literal>[:blank:]</literal>, <literal>[:cntrl:]</literal>, <literal>[:digit:]</literal>, <literal>[:graph:]</literal>, <literal>[:lower:]</literal>, <literal>[:print:]</literal>, <literal>[:punct:]</literal>, <literal>[:space:]</literal>, <literal>[:upper:]</literal> and <literal>[:xdigit:]</literal>.</para>
|
||||
<section xml:id="parle.regex.chars">
|
||||
<title>Character representations</title>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue