TString extension
- on
Properties
- camelCase → String
-
Available on String, provided by the TString extension
no setter - dashkill → String
-
Available on String, provided by the TString extension
no setter - lowerCamelCaseToUpperSpacedCase → String
-
Available on String, provided by the TString extension
no setter - reversed → String
-
Available on String, provided by the TString extension
no setter - roadkill → String
-
Available on String, provided by the TString extension
no setter - upperDashkill → String
-
Available on String, provided by the TString extension
no setter - upperRoadkill → String
-
Available on String, provided by the TString extension
no setter
Methods
-
capitalize(
) → String -
capitalizeWords(
) → String -
charMap(
String map(String char)) → String -
randomCase(
) → String -
splitAfter(
String separator, String key) → String -
splitDots(
) → List< String> -
splitLast(
String separator) → String -
splitSlashes(
) → List< String>