RegExpUtils class

Constructors

RegExpUtils()

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

containsAlpha(String str) bool
Check string contains alpha.
containsAlphaLowercase(String str) bool
Check string contains alpha lowercase.
containsAlphaUppercase(String str) bool
Check string contains alpha uppercase.
containsNumeric(String str) bool
Check string contains numeric.
containsSpecialCharacters(String str) bool
Check string is contains special characters.
email(String str) bool
Check string is valid email.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onlyAlpha(String str) bool
Check string only alpha.
onlyAlphaLowercase(String str) bool
Check string only alpha lowercase.
onlyAlphaUppercase(String str) bool
Check string only alpha lowercase.
onlyNumeric(String str) bool
Check string only numeric.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited