StringXX extension
- on
Properties
Methods
-
capitalize(
) → String -
pluralize(
[int count = 2]) → String -
pluralizeIf(
bool condition) → String -
removeAll(
Pattern pattern) → String -
removeNewlines(
) → String -
toCamelCase(
) → String -
toSnakeCase(
) → String -
trimAround(
dynamic characters, {bool trimStart = true, bool trimEnd = true, bool trimWhitespace = true}) → String -
trimEnd(
dynamic characters, {bool trimWhitespace = true}) → String -
trimStart(
dynamic characters, {bool trimWhitespace = true}) → String -
truncate(
int length) → String -
uncapitalize(
) → String