StringExtension extension
- on
Properties
- capAll → String
-
Available on String, provided by the StringExtension extension
Capitalize all lettersno setter - capFirst → String
-
Available on String, provided by the StringExtension extension
Capitalize first letterno setter - capFirstOfEach → String
-
Available on String, provided by the StringExtension extension
Capitalize first letter of each wordno setter - isEmail → bool
-
Available on String, provided by the StringExtension extension
True if is a valid emailno setter -
sendToClipBoard
→ Future<
void> -
Available on String, provided by the StringExtension extension
Copies the string to the clipboard.no setter
Methods
-
log(
{String debugName = ''}) → String -
Available on String, provided by the StringExtension extension
Print in console only in kDebugMode and return the same string -
multiSplit(
Iterable< String> delimeters) → List<String> -
Available on String, provided by the StringExtension extension
Split a string by multiples tokens