mirror of
https://github.com/isar/libmdbx.git
synced 2024-10-30 23:39:19 +08:00
411b89647c
Related to https://github.com/erthink/libmdbx/pull/118 Change-Id: Ic1fa20e7d32894c00283ddafd10e174154fc261f
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]
|