Checks whether a string's length is within an inclusive range.
Value to measure.
Minimum length; defaults to MIN_STR_LEN.
Maximum length; defaults to MAX_STR_LEN.
true when str is non-empty and within [minLegth, maxLength].
true
str
[minLegth, maxLength]
Generated using TypeDoc
Checks whether a string's length is within an inclusive range.