Structs§
- Length
Verifier - Range-based string length verification
- Length
Verifier Builder - Builder for
LengthVerifier
. - Regex
Verifier - Regex
Verifier Builder - Builder for
RegexVerifier
. - Verify
String - Word
Verifier - ProfanityVerifier is a struct that contains a list of profanities that are used to check if a string contains any of the profanities.
- Word
Verifier Builder - Builder for
WordVerifier
.
Enums§
- Length
Verifier Builder Error - Error type for LengthVerifierBuilder
- Regex
Verifier Builder Error - Error type for RegexVerifierBuilder
- Word
Verifier Builder Error - Error type for WordVerifierBuilder
Constants§
Traits§
Functions§
- left_
trim - Trim the given characters from the left side of the string.
- regex_
not_ start_ end_ char - Check if a character is present in a string, excluding the beginning and end
- regex_
some_ char - Create a regex that matches any of the characters in the provided list.
- regex_
start_ end_ char - Check if a character is present at the beginning or end of a string
- right_
trim - Trim the given characters from the right side of the string.
- trim
- Trim the given characters from both sides of the string.