fluda
string_utils
RegexUtils
check method
check
fluda
string_utils
RegexUtils
check method
RegexUtils class
Constructors
RegexUtils
Properties
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Static methods
check
Constants
email
name
password
username
check
method
bool
check
(
String
text
,
Pattern
pattern
)
Implementation
static bool check(String text, Pattern pattern) { return RegExp(pattern).hasMatch(text); }