mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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
This commit is contained in:
parent
37ae4795d9
commit
a1ad96c660
1 changed files with 1 additions and 1 deletions
|
@ -1793,7 +1793,7 @@
|
|||
</para>
|
||||
<para>
|
||||
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
|
||||
|
||||
<literal>abcd$</literal>
|
||||
|
|
Loading…
Reference in a new issue