CustomStringUtils extension
- on
Methods
-
convertToPluralIfNeeded(
{required int decidingFactor, String pluralSuffix = 's'}) → String -
Available on String, provided by the CustomStringUtils extension
-
getLastNNumericDigits(
int n) → String -
Available on String, provided by the CustomStringUtils extension
-
numericOnlyWithDecimal(
) → String -
Available on String, provided by the CustomStringUtils extension
-
parseBool(
) → bool -
Available on String, provided by the CustomStringUtils extension
-
replaceIfEmpty(
String replacement) → String -
Available on String, provided by the CustomStringUtils extension
-
toCapitalized(
) → String -
Available on String, provided by the CustomStringUtils extension
-
toVoucherNumberString(
) → String -
Available on String, provided by the CustomStringUtils extension