fluda
string_utils
RegexUtils
name constant
name
fluda
string_utils
RegexUtils
name constant
RegexUtils class
Constructors
RegexUtils
Properties
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Static methods
check
Constants
email
name
password
username
name
constant
Pattern
const
name
contains only alphanumeric, dot & space character
Implementation
static const Pattern name = r'^[a-zA-Z0-9. ]*$'