Skip to content

Commit

Permalink
[S05] Expand information on <|rule> syntax.
Browse files Browse the repository at this point in the history
Wouldn't want someone thinking that was an exhaustive list, now would
we? :)
  • Loading branch information
ShimmerFairy committed Mar 7, 2014
1 parent 3384acd commit 22231b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion S05-regex.pod
Original file line number Diff line number Diff line change
Expand Up @@ -1967,7 +1967,9 @@ for free, which fails if the current rule would match again at this location.

=item *

A leading C<|> indicates some kind of a zero-width boundary.
A leading C<|> indicates some kind of a zero-width boundary. You can refer to
backslash sequences with this syntax; C<< <|h> >> will match between a C<\h> and
a C<\H>, for instance. Some examples:

<|w> word boundary
<|g> grapheme boundary (always matches in grapheme mode)
Expand Down

0 comments on commit 22231b9

Please sign in to comment.