StringManipulation extension

on

Properties

firstLetter String

Available on String?, provided by the StringManipulation extension

no setter
isNotNullOrEmpty bool

Available on String?, provided by the StringManipulation extension

no setter
isNotNumeric bool

Available on String?, provided by the StringManipulation extension

no setter
isNullOrEmpty bool

Available on String?, provided by the StringManipulation extension

no setter
isNumeric bool

Available on String?, provided by the StringManipulation extension

no setter
isTimeZero bool

Available on String?, provided by the StringManipulation extension

no setter
isValidContact bool

Available on String?, provided by the StringManipulation extension

no setter
isValidEmail bool

Available on String?, provided by the StringManipulation extension

no setter
stripeCurrencySymbol String?

Available on String?, provided by the StringManipulation extension

no setter
stripeNull String

Available on String?, provided by the StringManipulation extension

no setter
timestampToDate String

Available on String?, provided by the StringManipulation extension

no setter
toBearer String

Available on String?, provided by the StringManipulation extension

no setter
toDouble double

Available on String?, provided by the StringManipulation extension

no setter
toFile File?

Available on String?, provided by the StringManipulation extension

no setter
toNotNull String

Available on String?, provided by the StringManipulation extension

no setter
toZero int

Available on String?, provided by the StringManipulation extension

no setter

Methods

contain(String input, {bool ignoreCase = true}) bool

Available on String?, provided by the StringManipulation extension

containsOr(List<String> input, {bool ignoreCase = true}) bool

Available on String?, provided by the StringManipulation extension

equals(String? input, {bool ignoreCase = true}) bool

Available on String?, provided by the StringManipulation extension

equalsOr(List<String> input, {bool ignoreCase = true}) bool

Available on String?, provided by the StringManipulation extension

splitter({required String? pattern}) List<String>

Available on String?, provided by the StringManipulation extension

toCapitalized() String

Available on String?, provided by the StringManipulation extension

toConvert({String? format = "yyyy-MM-ddTHH:mm:ss"}) DateTime?

Available on String?, provided by the StringManipulation extension

"2023-02-14T07:59:34"
toDuration() Duration

Available on String?, provided by the StringManipulation extension

toHHMM() String?

Available on String?, provided by the StringManipulation extension

toHourTime({bool withSec = true}) → Time?

Available on String?, provided by the StringManipulation extension

toTimeOfDay({String? inputFormat = "hh:mm a"}) TimeOfDay?

Available on String?, provided by the StringManipulation extension

toTitleCase() String

Available on String?, provided by the StringManipulation extension

truncateTo({int maxLength = 250}) String

Available on String?, provided by the StringManipulation extension