StringXX extension

on

Properties

first String?
no setter
isBlank bool
no setter
isNotBlank bool
no setter
isNumeric bool
no setter

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