StringExtension extension
- on
Properties
-
asciiWords
→ List<
String> -
no setter
- camelCase → String
-
no setter
- capitalize → String?
-
no setter
- deburr → String
-
no setter
- enumVal → String?
-
no setter
- hasUnicodeWord → bool
-
no setter
- isBinary → bool
-
no setter
- isDecimal → bool
-
no setter
- isHex → bool
-
no setter
- isNumber → bool
-
no setter
- isOctal → bool
-
no setter
- lowerFirst → String?
-
no setter
- toNumber → num?
-
no setter
-
unicodeWords
→ List<
String> -
no setter
- upperFirst → String
-
no setter
Methods
-
count(
String value, [bool caseSensitive = true]) → int -
kebabCase(
{String separator = '-'}) → String -
lowerCase(
{String separator = ' '}) → String -
nameCase(
{String separator = ' '}) → String -
pad(
int length, [String chars = ' ']) → String -
repeat(
[int n = 1]) → String -
slice(
int start, [int? end]) → String -
snakeCase(
{String separator = '_'}) → String -
words(
[RegExp? pattern]) → List< String?>