# Functions
No description provided by the author
No description provided by the author
No description provided by the author
MaxStringLength checks if a string's length is under max Return true if the length of str is under or equal to max; false otherwise.
MinStringLength checks if a string's length is longer than min.
No description provided by the author
Required checks if a string is empty.
StringInLength checks if a string's length, including multi bytes string, is within a range, inclusive.