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 23e85b3

Browse files
authored
Merge pull request #2385 from heypano/patch-1
Typo "in any *of* language"
2 parents c275ba4 + 37e51e0 commit 23e85b3

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
@@ -39,7 +39,7 @@ For instance, if a character has `Letter` property, it means that the character
3939

4040
We can search for characters with a property, written as `pattern:\p{...}`. To use `pattern:\p{...}`, a regular expression must have flag `pattern:u`.
4141

42-
For instance, `\p{Letter}` denotes a letter in any of language. We can also use `\p{L}`, as `L` is an alias of `Letter`. There are shorter aliases for almost every property.
42+
For instance, `\p{Letter}` denotes a letter in any language. We can also use `\p{L}`, as `L` is an alias of `Letter`. There are shorter aliases for almost every property.
4343

4444
In the example below three kinds of letters will be found: English, Georgian and Korean.
4545

0 commit comments

Comments
(0)

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