summaryrefslogtreecommitdiff
path: root/src/validators
AgeCommit message (Collapse)Author
2025-06-29validators: T6622: Radix-aware numeric validationAndrew Topp
* Adding support for hex, octal and binary integers (decimal-only floats) * Defaults retain current parameter and parsing behaviour * Any radix option overrides default assumption of "--decimal" * Radix options are inclusive together * As number_of_string is used for parameters, param parsing is overridden to always allow un-prefixed decimals, for convenience.
2025-05-13validators: T7450: use PCRE2 instead of the outdated original PCREDaniil Baturin
2024-05-22T6380: Move validators to a dedicated subdirectoryDaniil Baturin