StringExt extension

on

Methods

isDigit() bool

Available on String, provided by the StringExt extension

isPhone() bool

Available on String, provided by the StringExt extension

判断字符串是否是手机号
isUrl() bool

Available on String, provided by the StringExt extension

判断字符串是否是Url
toDouble() double?

Available on String, provided by the StringExt extension

toInt() int?

Available on String, provided by the StringExt extension

uuid5() String

Available on String, provided by the StringExt extension