StringExtensions extension

on

Properties

camelCaseToWords String

Available on String, provided by the StringExtensions extension

no setter
capitalize String

Available on String, provided by the StringExtensions extension

no setter
capitalizeWords String

Available on String, provided by the StringExtensions extension

no setter
digitsOnly String

Available on String, provided by the StringExtensions extension

no setter
initials String

Available on String, provided by the StringExtensions extension

no setter
isBlank bool

Available on String, provided by the StringExtensions extension

no setter
isEmail bool

Available on String, provided by the StringExtensions extension

no setter
isNotBlank bool

Available on String, provided by the StringExtensions extension

no setter
isNumeric bool

Available on String, provided by the StringExtensions extension

no setter
isPhoneNumber bool

Available on String, provided by the StringExtensions extension

no setter
isUrl bool

Available on String, provided by the StringExtensions extension

no setter
kebabCaseToWords String

Available on String, provided by the StringExtensions extension

no setter
maskEmail String

Available on String, provided by the StringExtensions extension

no setter
removeWhitespace String

Available on String, provided by the StringExtensions extension

no setter
singleSpace String

Available on String, provided by the StringExtensions extension

no setter
snakeCaseToWords String

Available on String, provided by the StringExtensions extension

no setter
toBoolOrNull bool?

Available on String, provided by the StringExtensions extension

no setter
toDateTimeOrNull DateTime?

Available on String, provided by the StringExtensions extension

no setter
toDoubleOrNull double?

Available on String, provided by the StringExtensions extension

no setter
toIntOrNull int?

Available on String, provided by the StringExtensions extension

no setter

Methods

maskPhone({int visibleStart = 3, int visibleEnd = 3}) String

Available on String, provided by the StringExtensions extension

truncate(int maxLength, {String suffix = '...'}) String

Available on String, provided by the StringExtensions extension