mirror of
https://github.com/isar/libmdbx.git
synced 2025-02-07 15:49:36 +08:00
7 lines
132 B
Plaintext
7 lines
132 B
Plaintext
# numbers
|
|
(?:[\\0][xX]|[uU]\+|#)[0-9a-fA-FgGrR]{2,}[uU]?[lL]{0,2}\b
|
|
# avoid false positive
|
|
-{1,2}force\W
|
|
# flags
|
|
(?!\w)-{1,2}[fDW]
|