mirror of
https://github.com/isar/libmdbx.git
synced 2025-02-02 02:18:22 +08:00
cc7c41a9c0
Change-Id: I8ba31e2f6cfd9b396d6706c71ed0ff42493f7fe9
8 lines
136 B
Plaintext
8 lines
136 B
Plaintext
# numbers
|
|
(?:[\\0][xX]|[uU]\+|#)[0-9a-fA-FgGrR]{2,}[uU]?[lL]{0,2}\b
|
|
# avoid false positive
|
|
-force$
|
|
--force$
|
|
# flags
|
|
(?!\w)-{1,2}[fDW]
|