StringUtils extension

on

Methods

isAlpha() bool

Available on String, provided by the StringUtils extension

isDigit() bool

Available on String, provided by the StringUtils extension

isLower() bool

Available on String, provided by the StringUtils extension

isUpper() bool

Available on String, provided by the StringUtils extension

toLower() String

Available on String, provided by the StringUtils extension

toUpper() String

Available on String, provided by the StringUtils extension