StringUtils extension

on

Properties

isLowerCase → bool

Available on String, provided by the StringUtils extension

no setter
isUpperCase → bool

Available on String, provided by the StringUtils extension

no setter

Methods

count(Pattern pattern) → int

Available on String, provided by the StringUtils extension

splitWithContent(Pattern pattern) → List<String>

Available on String, provided by the StringUtils extension