StringPureExtensions extension

on

Properties

isBlank bool
no setter

Methods

advSubString(int start, [int? end]) String
decodeToList() List<Map<String, dynamic>>?
decodeToMap() Map<String, dynamic>?
divide([int startAt = 0, int? divideAt, int? endAt]) List<String>
ifBlank(String fn()) String
ifEmpty(String fn()) String
nullIfEmpty() String?
toDateTime() DateTime
toDouble() double
toInt({int? radix}) int
toNum() num
toRational() → Rational
toTryDateTime() DateTime?
toTryDouble() double?
toTryInt({int? radix}) int?
toTryNum() num?
toTryUri([int start = 0, int? end]) Uri?
toUpperFirstCase() String
hello_word_good => Hello_word_good
toUri([int start = 0, int? end]) Uri
trimBy(String trimmer) String
tryToRational() → Rational?