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:
8ec4ed0
)
perlre: fix typo
author
Aaron Crane
<arc@cpan.org>
Sat, 12 Jan 2013 15:34:43 +0000
(15:34 +0000)
committer
Aaron Crane
<arc@cpan.org>
Sat, 12 Jan 2013 15:34:43 +0000
(15:34 +0000)
pod/perlre.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlre.pod
b/pod/perlre.pod
index
c73b975
..
b4b7bf2
100644
(file)
--- a/
pod/perlre.pod
+++ b/
pod/perlre.pod
@@
-1756,7
+1756,7
@@
We can extend this by
/(?[ ( \p{Thai} + \p{Lao} ) & \p{Digit} ])/
-This matches digits that are in either the Thai or Laoti
o
n scripts.
+This matches digits that are in either the Thai or Laoti
a
n scripts.
Notice the white space in these examples. This construct always has
L</C<E<sol>x>> turned on.