Expand description
This module contains structures and traits for defining rules for validating strings.
Structs§
- String
Length Rules - A structure representing rules for validating the length of a string.
- String
Mandatory Locale - A struct representing a mandatory locale for string processing.
- String
Mandatory Rules - A struct representing rules for mandatory string fields.
- String
Special Char Rules - A structure that defines rules for validating the presence of characters in a string. This can be used to enforce certain validation criteria for strings containing uppercase letters, lowercase letters, special characters, and numeric digits.
Enums§
- String
Length Locale - An enumeration representing the constraints for string length, either specifying a minimum length or a maximum length.
- String
Special Char Locale - An enumeration defining various string constraints or requirements based on the presence of special characters, case sensitivity, or digits.