StringEx extension
- on
Methods
-
isAllNumbers(
) → bool - 是否全是数字
-
isContains8To30Digits(
) → bool - 是否是8-30位数字
-
isContainsLowercase(
) → bool - 是否包含小写
-
isContainsOneNumber(
) → bool - 是否有一个数字
-
isContainsUppercase(
) → bool - 是否包含大写
-
isContainsUppercaseAndLowercase(
) → bool - 是否同时包含大写和小写
-
toCurrencyFormatFractionDigits(
{int fractionDigits = 8, bool isRemoveEndZero = true, bool isCurrencyFormatter = true, bool isRounding = true}) → String -
toCurrencyFormatter(
{String delimiter = ','}) → String - 货币格式化
-
toKeepSymbol(
) → String - 保留字母
-
toUSDTPrice(
{bool isRemoveEndZero = false, bool isCurrencyFormatter = true}) → String - 价格用