Skip to content

Commit 0bfe6e6

Browse files
authored
Merge pull request #2082 from ronaldxs/fix-regex-pre-defined-character-classes
Update Language/regexes.pod6. Fix confusing sentence about zero-width assertions
2 parents 3067d8c + e3d825a commit 0bfe6e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/Language/regexes.pod6

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,10 +238,10 @@ Examples of word characters:
238238
239239
=end table
240240
241-
Note that the last three character classes are so called zero-width
242-
assertions, which do not really match a character.
241+
Note that the character classes C«<same>», C«<wb>» and C«<ww>» are
242+
so called zero-width assertions, which do not really match a
243+
character.
243244
244-
X<Unicode character properties>
245245
=head2 X«Unicode Properties|regex,<:property>»
246246
247247
The character classes mentioned so far are mostly for convenience;

0 commit comments

Comments
 (0)