mirror of
https://github.com/isar/libmdbx.git
synced 2024-10-31 11:50:27 +08:00
7 lines
121 B
Plaintext
7 lines
121 B
Plaintext
|
# numbers
|
||
|
(?:[\\0][xX]|[uU]\+|#)[0-9a-fA-FgGrR]{2,}[uU]?[lL]{0,2}\b
|
||
|
# avoid false positive
|
||
|
-force$
|
||
|
# flags
|
||
|
(?!\w)-[fDW]
|