projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bfe038
)
perlrebackslash: Add clarifying note about \X
author
Karl Williamson
<public@khwilliamson.com>
Fri, 6 Dec 2013 20:56:51 +0000
(13:56 -0700)
committer
Karl Williamson
<public@khwilliamson.com>
Fri, 6 Dec 2013 21:29:11 +0000
(14:29 -0700)
pod/perlrebackslash.pod
patch
|
blob
|
history
diff --git
a/pod/perlrebackslash.pod
b/pod/perlrebackslash.pod
index
44b0e7d
..
b7eb4fd
100644
(file)
--- a/
pod/perlrebackslash.pod
+++ b/
pod/perlrebackslash.pod
@@
-643,6
+643,9
@@
Unicode, but one can be composed by using a G followed by a Unicode "COMBINING
UPWARDS ARROW BELOW", and would be displayed by Unicode-aware software as if it
were a single character.
+The match is greedy and non-backtracking, so that the cluster is never
+broken up into smaller components.
+
Mnemonic: eI<X>tended Unicode character.
=back