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 - Limit string into specific length.
-
limitStringAppend(
int length, String append) → String - Limit string into specific length, and append another string.
-
reverse(
) → String -
toCamelCase(
) → String -
toCapitalCase(
) → String - Capitalize string.
-
toHyphenCase(
) → String -
toSentenceFromCamelCase(
) → String -
toSentenceFromSnakeCase(
) → String -
toSnakeCase(
) → String