This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52ffb1b
)
perlrecharclass: Add some missing info
author
Karl Williamson
<khw@cpan.org>
Sat, 13 Feb 2016 22:20:49 +0000
(15:20 -0700)
committer
Karl Williamson
<khw@cpan.org>
Fri, 19 Feb 2016 03:26:49 +0000
(20:26 -0700)
pod/perlrecharclass.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlrecharclass.pod
b/pod/perlrecharclass.pod
index
ef8048f
..
7f5a4ef
100644
(file)
--- a/
pod/perlrecharclass.pod
+++ b/
pod/perlrecharclass.pod
@@
-999,6
+999,9
@@
use it will raise a warning, unless disabled via
Comments on this feature are welcome; send email to
C<perl5-porters@perl.org>.
+The rules used by L<C<use re 'strict>|re/'strict' mode> apply to this
+construct.
+
We can extend the example above:
/(?[ ( \p{Thai} + \p{Lao} ) & \p{Digit} ])/