Skip to content

Commit 6734c7f

Browse files
committed
Adds whitespace closes #1832
1 parent 4f6cb21 commit 6734c7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/regexes.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1531,7 +1531,7 @@ it will turn into C«<.ws>».
15311531
In addition, if whitespace comes after a term but I<before> a quantifier
15321532
(C<+>, C<*>, or C<?>), C«<.ws>» will be matched after every match of the
15331533
term. So, C<foo +> becomes C«[ foo <.ws> ]+». On the other hand, whitespace
1534-
I<after> a quantifier acts as normal significant whitespace; e.g., "C<foo+>"
1534+
I<after> a quantifier acts as normal significant whitespace; e.g., "C<foo+ >"
15351535
becomes C«foo+ <.ws>».
15361536
15371537
In all, this code:

0 commit comments

Comments
 (0)