From 67921109e7460111f4e538e745b7d8a8b8dfca4f Mon Sep 17 00:00:00 2001 From: Joey Smith Date: Mon, 4 Jun 2012 09:48:06 +0000 Subject: [PATCH] cleared up potential confusion - saying it "makes it possible to include comments" can be construed as saying "All of PHP's methods of comments are safe inside a /x modified regex" git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325961 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pcre/pattern.modifiers.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/pcre/pattern.modifiers.xml b/reference/pcre/pattern.modifiers.xml index f8163d5b54..f078c9839e 100644 --- a/reference/pcre/pattern.modifiers.xml +++ b/reference/pcre/pattern.modifiers.xml @@ -67,7 +67,7 @@ character class, and characters between an unescaped # outside a character class and the next newline character, inclusive, are also ignored. This is equivalent to Perl's /x - modifier, and makes it possible to include comments inside + modifier, and makes it possible to include commentary inside complicated patterns. Note, however, that this applies only to data characters. Whitespace characters may never appear within special character sequences in a pattern, for example