Std.Regex.unmatchable
1 declaration
fn
unmatchable: Std.Regex.RegexThis is a callable function.
What it does
A pattern that matches nothing.
What a caller falls back to when a pattern would not compile and there is
nothing sensible to match instead. Matching nothing is the safe answer: a
filter that admits everything because its rule was malformed is the failure
worth avoiding.
Read the signature
- The text after the name is the type checked by Pudu.
