Checker
Validates strings against regex patterns or registered rules with method chaining support.
.not()
negationuse(rule: RuleName | RegExp): this
rule
: Registered rule name or RegExp patternnot(): this
isValid(): boolean
true
if validation passed, false
otherwise