summaryrefslogtreecommitdiff
path: root/pcre.3.txt
diff options
context:
space:
mode:
Diffstat (limited to 'pcre.3.txt')
-rw-r--r--pcre.3.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcre.3.txt b/pcre.3.txt
index 7010e0a..8bd367c 100644
--- a/pcre.3.txt
+++ b/pcre.3.txt
@@ -365,8 +365,8 @@ MATCHING A PATTERN
further into the string for occurrences of "a" or "b". Perl
has no direct equivalent of this option, but it makes a
special case of a pattern match of the empty string within
- its split() function. Using PCRE_NOTEMPTY it is possible to
- emulate this behaviour.
+ its split() function, or when using the /g modifier. Using
+ PCRE_NOTEMPTY it is possible to emulate this behaviour.
The subject string is passed as a pointer in subject, a
length in length, and a starting offset in startoffset.