mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-02 03:02:31 +00:00
Allow u for unicode matching
This commit is contained in:
@@ -155,6 +155,7 @@ let Options: Table[string, int] = {
|
||||
"O" : pcre.NO_AUTO_POSSESS,
|
||||
"s" : pcre.DOTALL,
|
||||
"U" : pcre.UNGREEDY,
|
||||
"u" : pcre.UTF8,
|
||||
"W" : pcre.UCP,
|
||||
"X" : pcre.EXTRA,
|
||||
"x" : pcre.EXTENDED,
|
||||
|
||||
Reference in New Issue
Block a user