Skip to content

Commit

Permalink
Improved line and pagebreaking for chapter 6.
Browse files Browse the repository at this point in the history
  • Loading branch information
chromatic committed Dec 7, 2011
1 parent b2e7204 commit 2a42cc5
Show file tree
Hide file tree
Showing 3 changed files with 146 additions and 114 deletions.
12 changes: 6 additions & 6 deletions sections/chapter_06.pod
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ regular expression (I<regex> or I<regexp>) is a I<pattern> which describes
characteristics of a piece of text. A I<regular expression engine> interprets
patterns and applies them to match or modify pieces of text.

Perl's core documentation--C<perldoc perlretut>, C<perldoc perlreref>, and
C<perldoc perlre>--includes a regex tutorial, a reference guide, and full
documentation, respectively. Jeffrey Friedl's book I<Mastering Regular
Expressions> explains the theory and the mechanics of how regular expressions
work. While mastering regular expressions is a daunting pursuit, a little
knowledge will give you great power.
Perl's core regex documentation includes a tutorial (C<perldoc perlretut>), a
reference guide (C<perldoc perlreref>), and full documentation (C<perldoc
perlre>). Jeffrey Friedl's book I<Mastering Regular Expressions> explains the
theory and the mechanics of how regular expressions work. While mastering
regular expressions is a daunting pursuit, a little knowledge will give you
great power.

L<regular_expressions>

Expand Down
Loading

0 comments on commit 2a42cc5

Please sign in to comment.