Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 52cb884

Browse files
Update article.md
1 parent cf33b67 commit 52cb884

File tree

1 file changed

+1
-1
lines changed
  • 9-regular-expressions/03-regexp-unicode

1 file changed

+1
-1
lines changed

‎9-regular-expressions/03-regexp-unicode/article.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Unicode supports many different properties, their full list would require a lot
107107

108108
### Example: hexadecimal numbers
109109

110-
For instance, let's look for hexadecimal numbers, written as `xFF`, where `F` is a hex digit (0..1 or A..F).
110+
For instance, let's look for hexadecimal numbers, written as `xFF`, where `F` is a hex digit (0..9 or A..F).
111111

112112
A hex digit can be denoted as `pattern:\p{Hex_Digit}`:
113113

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /