mirror of
https://github.com/isar/libmdbx.git
synced 2024-10-30 23:39:19 +08:00
c29d3a4ecb
Change-Id: I016e412250dca651fdae65b08aba5d5e204e61b8
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]
|