Skip to content

Commit ce7fad7

Browse files
Clarification: alphabetic characters do not "include" underscore
1 parent c0412e3 commit ce7fad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/regexes.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ Examples of word characters:
228228
229229
Class | Shorthand | Description
230230
=========+===========+=============
231-
<alpha> | | Alphabetic characters including _
231+
<alpha> | | Alphabetic characters plus underscore (_)
232232
<digit> | \d | Decimal digits
233233
<xdigit> | | Hexadecimal digit [0-9A-Fa-f]
234234
<alnum> | \w | <alpha> plus <digit>

0 commit comments

Comments
 (0)