ByteLengthX extension
Extension providing byte-length validation methods on String.
- on
Methods
-
isByteLength(
int min, [int? max]) → bool -
Available on String, provided by the ByteLengthX extension
Checks if the string's UTF-8 byte length falls in a range.