Expand description
onigiri::validator contains some functions for validating Vec<char>
.
Functionsยง
- Validate
Vec<char>
whether it ends withc: char
. - Validate
Vec<char>
whether it is float. - Validate
Vec<char>
whether it is integer. - Validate
Vec<char>
whether it is all ascii-lowercase. - Validate
Vec<char>
whether it is negative float. - Validate
Vec<char>
whether it is negative integer. - Validate
Vec<char>
whether it is positive float. - Validate
Vec<char>
whether it is positive integer. - Validate
Vec<char>
whether it is punctuation. - Validate
Vec<char>
whether it is title case. - Validate
Vec<char>
whether it is all ascii-uppercase. - Validate
Vec<char>
whether it starts withc: char
.