# Functions
AreStringCharactersInvalid checks if the characters in the input string match the specified regex pattern.
IsStringLengthInvalid checks if the length of the input string is outside the specified range.
No description provided by the author
ValidateField validates a field based on the provided StringValidator.
# Structs
StringValidator defines validation rules for string fields.