File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1108,7 +1108,7 @@ ago and may lack features that have been added since the beginning of the
1108
1108
Raku project. Two such features not yet implemented in Raku for the P5
1109
1109
syntax are the Perl Unicode property matchers C<\p{}> and C<\P{}>.
1110
1110
1111
- =head2 Special matchers generally fall under the <> syntax
1111
+ =head2 Special matchers generally fall under the C«<>» syntax
1112
1112
1113
1113
There are many cases of special matching syntax that Perl regexes
1114
1114
support. They won't all be listed here but often, instead of being
Original file line number Diff line number Diff line change @@ -2388,7 +2388,7 @@ C«<.ws>» subrule calls depending on where it occurs in the regex.
2388
2388
=end code
2389
2389
2390
2390
C<m:s/ photo shop /> acts the same as
2391
- C<m/ photo <.ws> shop <.ws> />. By default, C«<.ws>» makes sure that
2391
+ C<m/ photo C« <.ws>» shop <.ws> />. By default, C«<.ws>» makes sure that
2392
2392
words are separated, so C<a b> and C<^&> will match C«<.ws>» in the
2393
2393
middle, but C<ab> won't:
2394
2394
You can’t perform that action at this time.
0 commit comments