Skip to content

Commit cf3a79e

Browse files
authored
Mention « and » are also fancy versions of regex word boundaries
1 parent 5bc1a46 commit cf3a79e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Language/unicode_texas.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ equivalents] that have a special meaning in Perl 6.
5959
=table
6060
Symbol | Codepoint | Texas | Since | Remarks
6161
=======|===========|============|=======|=========================
62-
« | U+00AB | << | v6.c | as part of «» or .«
63-
» | U+00BB | >> | v6.c | as part of «» or .»
62+
« | U+00AB | << | v6.c | as part of «» or .« or regex left word boundary
63+
» | U+00BB | >> | v6.c | as part of «» or .» or regex right word boundary
6464
× | U+00D7 | * | v6.c |
6565
÷ | U+00F7 | / | v6.c |
6666
− | U+2212 | - | v6.c |

0 commit comments

Comments
 (0)