StringNullableXX extension
- on
Properties
- extension → String?
-
Available on String?, provided by the StringNullableXX extension
no setter - first → String?
-
Available on String?, provided by the StringNullableXX extension
no setter - isLettersOnly → bool
-
Available on String?, provided by the StringNullableXX extension
Whether the string contains only lettersno setter - isNotNullOrBlank → bool
-
Available on String?, provided by the StringNullableXX extension
no setter - isNullOrBlank → bool
-
Available on String?, provided by the StringNullableXX extension
no setter - isVowel → bool
-
Available on String?, provided by the StringNullableXX extension
no setter -
words
→ List<
String> -
Available on String?, provided by the StringNullableXX extension
no setter
Methods
-
article(
) → String -
Available on String?, provided by the StringNullableXX extension
-
charAt(
int c) → String? -
Available on String?, provided by the StringNullableXX extension
-
dotSplit(
) → List< String> -
Available on String?, provided by the StringNullableXX extension
-
ifBlank(
String other) → String -
Available on String?, provided by the StringNullableXX extension
-
ifThen(
String ifString, String thenString) → String -
Available on String?, provided by the StringNullableXX extension
-
join(
String? other, [String separator = " "]) → String? -
Available on String?, provided by the StringNullableXX extension
-
nullIfBlank(
) → String? -
Available on String?, provided by the StringNullableXX extension
-
orEmpty(
) → String -
Available on String?, provided by the StringNullableXX extension
-
plus(
String after) → String -
Available on String?, provided by the StringNullableXX extension
-
toDouble(
) → double -
Available on String?, provided by the StringNullableXX extension
-
toDoubleOrNull(
) → double? -
Available on String?, provided by the StringNullableXX extension
-
toInt(
) → int -
Available on String?, provided by the StringNullableXX extension
-
toIntOrNull(
) → int? -
Available on String?, provided by the StringNullableXX extension
-
tokenize(
{bool splitAll = false, Tokenizer? tokenizer}) → List< String> -
Available on String?, provided by the StringNullableXX extension
-
toPathName(
) → String? -
Available on String?, provided by the StringNullableXX extension
-
toStringList(
) → List< String> -
Available on String?, provided by the StringNullableXX extension
-
toUri(
) → Uri? -
Available on String?, provided by the StringNullableXX extension