StringExtension extension

on

Properties

capitalized String

Available on Object?, provided by the StringExtension extension

no setter
isStrEmpty bool

Available on Object?, provided by the StringExtension extension

no setter
isStrNotEmpty bool

Available on Object?, provided by the StringExtension extension

no setter
letters String

Available on Object?, provided by the StringExtension extension

no setter
numbers String

Available on Object?, provided by the StringExtension extension

no setter
reversed String

Available on Object?, provided by the StringExtension extension

no setter

Methods

hidePhone({int start = 3, int end = 7, String replace = '*'}) String

Available on Object?, provided by the StringExtension extension

isEmptyObj() bool

Available on Object?, provided by the StringExtension extension

str() String

Available on Object?, provided by the StringExtension extension

toBool({bool caseSensitive = false, bool def = false}) bool

Available on Object?, provided by the StringExtension extension

toDouble({double def = -1}) double

Available on Object?, provided by the StringExtension extension

toInt({int radix = 10, int def = -1}) int

Available on Object?, provided by the StringExtension extension

toList() List<String>

Available on Object?, provided by the StringExtension extension

toNum({num def = -1}) num

Available on Object?, provided by the StringExtension extension

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

Available on Object?, provided by the StringExtension extension