Skip to content

Commit

Permalink
std.regex: double 'l' in Cyrillic
Browse files Browse the repository at this point in the history
  • Loading branch information
9il committed Jan 4, 2014
1 parent 9494fea commit 960c401
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions std/regex.d
Expand Up @@ -106,10 +106,10 @@
the BasicLatin Unicode $(U block).)
$(REG_ROW \P{InBasicLatin}, Matches any character except ones in
the BasicLatin Unicode $(U block).)
$(REG_ROW \p{Cyrilic}, Matches any character that is part of
Cyrilic $(U script).)
$(REG_ROW \P{Cyrilic}, Matches any character except ones in
Cyrilic $(U script).)
$(REG_ROW \p{Cyrillic}, Matches any character that is part of
Cyrillic $(U script).)
$(REG_ROW \P{Cyrillic}, Matches any character except ones in
Cyrillic $(U script).)
$(REG_TITLE Quantifiers, Specify repetition of other elements)
$(REG_ROW *, Matches previous character/subexpression 0 or more times.
Greedy version - tries as many times as possible.)
Expand Down

0 comments on commit 960c401

Please sign in to comment.