Typo "in any *of* language"
This commit is contained in:
parent
c275ba48b6
commit
37e51e0d13
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ For instance, if a character has `Letter` property, it means that the character
|
|||
|
||||
We can search for characters with a property, written as `pattern:\p{…}`. To use `pattern:\p{…}`, a regular expression must have flag `pattern:u`.
|
||||
|
||||
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.
|
||||
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.
|
||||
|
||||
In the example below three kinds of letters will be found: English, Georgian and Korean.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue