projects
/
perl.git
/ commitdiff
free
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(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 Laotion scripts.
+This matches digits that are in either the Thai or Laotian scripts.
Notice the white space in these examples. This construct always has
L</C<E<sol>x>> turned on.