RegexConst class
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- char → const String
- 仅限字母正则表达式(无空格和符号)
- email → const String
- Regex of email.
- idCard15 → const String
- Regex of id card number which length is 15.
- idCard18 → const String
- Regex of id card number which length is 18.
- ip → const String
- Regex of ip address.
- mobileExact → const String
- Regex of exact mobile.
- mobleSimple → const String
- 简单移动电话的正则表达式
- number → const String
- 只有数字的正则表达式(没有空格和符号)
- qq → const String
- Regex of QQ number.
- tel → const String
- Regex of telephone number.
- url → const String
- Regex of url.
- zh → const String
- Regex of Chinese character.