Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[regexes.pod] fix typo
  • Loading branch information
Hongwen Qiu committed Jun 22, 2010
1 parent 1d1c812 commit 87323a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/regexes.pod
Expand Up @@ -105,7 +105,7 @@ This prints
The dot matched an C<l>, C<r>, and C<n>, but it would also match a space in
the sentence I<< the spectroscoB<pe l>acks resolution >>--regexes don't care
about word boundaries at all. The special variable C<$/> stores (among other
things) only the part of the string the matched the regular expression. C<$/>
things) only the part of the string that matched the regular expression. C<$/>
holds the so-called I<match object>.

X<regex; \w>
Expand Down

0 comments on commit 87323a0

Please sign in to comment.