mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Refactored disallowed POSIX bracket elements to match PCRE error message, per request on bug #62756
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331945 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7de6d4baeb
commit
4fe7ad5b9e
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@
|
|||
Simple bracket expressions to match a set of explicit characters are
|
||||
supported in the form of PCRE
|
||||
<link linkend="regexp.reference.character-classes">character classes</link>
|
||||
but POSIX character classes, collating sequences and character equivalents
|
||||
but POSIX collating elements, character classes and character equivalents
|
||||
are not supported.
|
||||
</simpara>
|
||||
<simpara>
|
||||
|
|
Loading…
Reference in a new issue