StringExtension extension
- on
Methods
-
convertToQuantity(
{required String regionString, bool removeZeroes = false, bool replaceComasAndAddDots = false}) → String -
Available on String, provided by the StringExtension extension
This getter returns a well formatted quantity as String, if the String can be parsed to double If the value can't be parsed, it just returns its value -
getLastSymbols(
int symbolsAmount) → String -
Available on String, provided by the StringExtension extension
-
matchWithTwoZeroesWrapped(
String secondString) → bool -
Available on String, provided by the StringExtension extension
-
padZeroes(
int numberLength) → String -
Available on String, provided by the StringExtension extension
-
quantityFromString(
{required String regionString}) → double? -
Available on String, provided by the StringExtension extension
-
removeLeadingZeroes(
) → String -
Available on String, provided by the StringExtension extension
-
removeSpecialSymbols(
) → String -
Available on String, provided by the StringExtension extension
-
wrapTwoZeroes(
) → String -
Available on String, provided by the StringExtension extension