Checks if the length of a string falls within a specified range.
The string to validate.
Options for length validation.
true if the string's length is within the range, false otherwise.
true
false
Checks if the length of a string falls within a specified range.