From a1ad96c660fa9e4dbb65651a10fa7617598be1e6 Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Tue, 14 Jun 2011 13:42:07 +0000 Subject: [PATCH] Fix doc bug #55041 (Term "lookbehind" instead of "look-behind"). git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312147 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pcre/pattern.syntax.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/pcre/pattern.syntax.xml b/reference/pcre/pattern.syntax.xml index 75a241c4eb..f0af8e5bd6 100644 --- a/reference/pcre/pattern.syntax.xml +++ b/reference/pcre/pattern.syntax.xml @@ -1793,7 +1793,7 @@ Once-only subpatterns can be used in conjunction with - look-behind assertions to specify efficient matching at the end + lookbehind assertions to specify efficient matching at the end of the subject string. Consider a simple pattern such as abcd$