[svn:perlfaq] r11347 - perlfaq/trunk
[email protected] Thu, 29 May 2008 05:53:44 -0700 (PDT)
| Newsgroups | perl.cvs.perlfaq |
|---|---|
| Message-ID | <[email protected]> |
Author: comdog Date: Thu May 29 05:53:43 2008 New Revision: 11347 Modified: perlfaq/trunk/perlfaq6.pod Log: * Can I use Perl regular expressions to match balanced text? + That should be X<>, upper case :) Modified: perlfaq/trunk/perlfaq6.pod ============================================================================== --- perlfaq/trunk/perlfaq6.pod (original) +++ perlfaq/trunk/perlfaq6.pod Thu May 29 05:53:43 2008 @@ -460,7 +460,7 @@ =head2 Can I use Perl regular expressions to match balanced text? X<regex, matching balanced test> X<regexp, matching balanced test> X<regular expression, matching balanced test> X<possessive> X<PARNO> -X<Text::Balanced> X<Regexp::Common> X<backtracking> x<recursion> +X<Text::Balanced> X<Regexp::Common> X<backtracking> X<recursion> (contributed by brian d foy)