-
isEmail()
→ bool
-
Available on String,
provided by the RegexExt extension
判断字符串是否是邮箱地址
-
isIPv4()
→ bool
-
Available on String,
provided by the RegexExt extension
-
isIPv6()
→ bool
-
Available on String,
provided by the RegexExt extension
-
isPhone()
→ bool
-
Available on String,
provided by the RegexExt extension
判断字符串是否是手机号
-
isUrl()
→ bool
-
Available on String,
provided by the RegexExt extension
判断字符串是否是Url