Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[S05] ss/<(maximal)> matching/greedy/
Now in a new, even more consistent flavor!
  • Loading branch information
Carl Masak committed May 23, 2012
1 parent cac7e30 commit 68718e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions S05-regex.pod
Expand Up @@ -18,7 +18,7 @@ Synopsis 5: Regexes and Rules
Created: 24 Jun 2002

Last Modified: 23 May 2012
Version: 155
Version: 156

This document summarizes Apocalypse 5, which is about the new regex
syntax. We now try to call them I<regex> rather than "regular
Expand Down Expand Up @@ -977,7 +977,7 @@ of a longest-token pattern.)

=item *

The general repetition specifier is now C<**> for maximal matching,
The general repetition specifier is now C<**> for greedy matching,
with a corresponding C<**?> for frugal matching. (All such quantifier
modifiers now go directly after the C<**>.) Space is allowed on either
side of the complete quantifier, but only the space before the C<**> will
Expand Down

0 comments on commit 68718e6

Please sign in to comment.