summaryrefslogtreecommitdiff
path: root/pod/perlre.pod
diff options
context:
space:
mode:
authorApocalypse <perl@0ne.us>2011-02-12 23:08:10 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-02-12 22:46:34 -0800
commitab7bb42d293793679ac9d5f73df69908418e8037 (patch)
tree70dde66e2996d8661d08036a50a416f5c228dde1 /pod/perlre.pod
parent5f8ad6b664cc647e2d214756857eb7555ac613da (diff)
downloadperl-ab7bb42d293793679ac9d5f73df69908418e8037.tar.gz
Correctly list the allowed modifiers in the (?...) construct
Diffstat (limited to 'pod/perlre.pod')
-rw-r--r--pod/perlre.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlre.pod b/pod/perlre.pod
index f619b3261e..7541460911 100644
--- a/pod/perlre.pod
+++ b/pod/perlre.pod
@@ -77,8 +77,8 @@ of the g and c modifiers.
=back
These are usually written as "the C</x> modifier", even though the delimiter
-in question might not really be a slash. Any of these
-modifiers may also be embedded within the regular expression itself using
+in question might not really be a slash. The modifiers C</imsx>
+may also be embedded within the regular expression itself using
the C<(?...)> construct. Also are new (in 5.14) character set semantics
modifiers B<C<<"a">>, B<C<"d">>, B<C<"l">> and B<C<"u">>, which, in 5.14
only, must be used embedded in the regular expression, and not after the