Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixes issue #35 - handling ? inside indirectly quantified groups
  • Loading branch information
timo committed Dec 26, 2013
1 parent dec4bda commit a3b2ac0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions S05-regex.pod
Expand Up @@ -3441,6 +3441,10 @@ In other words, quantified non-capturing parens collect their components
into handy flattened lists, whereas quantified capturing parens collect
their components in a handy hierarchical structure.

Additionally, the sublists are kept "in sync" with each other, as each empty
match, in the case of C<$0[1]> in our example if a C<:> is followed by a
newline character, will have a corresponding Nil in the given list.

=back

=head2 Subpattern numbering
Expand Down

0 comments on commit a3b2ac0

Please sign in to comment.