StringUtils extension
String processing utilities.
- on
Properties
Methods
-
camelCase(
{bool capitalize = true}) → String - Convert a String to camelcase.
-
removePostfixIfPresent(
String toRemove) → String - Remove the postfix of a String if present or return current String.
-
removePrefixIfPresent(
String toRemove) → String - Remove the prefix of a String if present or return current String.