StringExt extension

on

Properties

asBool bool

Available on String, provided by the StringExt extension

no setter
asDateTime DateTime

Available on String, provided by the StringExt extension

no setter
asDouble double

Available on String, provided by the StringExt extension

no setter
asInt int

Available on String, provided by the StringExt extension

no setter
isContainsAlpha bool

Available on String, provided by the StringExt extension

no setter
isContainsAlphaLowercase bool

Available on String, provided by the StringExt extension

no setter
isContainsAlphaUppercase bool

Available on String, provided by the StringExt extension

no setter
isContainsNumeric bool

Available on String, provided by the StringExt extension

no setter
isContainsSpecialCharacters bool

Available on String, provided by the StringExt extension

no setter
isEmail bool

Available on String, provided by the StringExt extension

no setter
isOnlyAlpha bool

Available on String, provided by the StringExt extension

no setter
isOnlyAlphaLowercase bool

Available on String, provided by the StringExt extension

no setter
isOnlyAlphaUppercase bool

Available on String, provided by the StringExt extension

no setter
isOnlyNumeric bool

Available on String, provided by the StringExt extension

no setter
parse String

Available on String, provided by the StringExt extension

no setter

Methods

limitString(int length) String

Available on String, provided by the StringExt extension

Limit string into specific length.
limitStringAppend(int length, String append) String

Available on String, provided by the StringExt extension

Limit string into specific length, and append another string.
reverse() String

Available on String, provided by the StringExt extension

toCamelCase() String

Available on String, provided by the StringExt extension

toCapitalCase() String

Available on String, provided by the StringExt extension

Capitalize string.
toHyphenCase() String

Available on String, provided by the StringExt extension

toSentenceFromCamelCase() String

Available on String, provided by the StringExt extension

toSentenceFromSnakeCase() String

Available on String, provided by the StringExt extension

toSnakeCase() String

Available on String, provided by the StringExt extension