Android Components
latest
Validation Documentation
Form Documentation
Pagination Documentation
Grid Documentation
Components Api
com.eddmash.db
com.eddmash.dialogs
com.eddmash.form
com.eddmash.form.collection
com.eddmash.form.faker
com.eddmash.form.faker.provider
com.eddmash.form.fields
com.eddmash.form.values
com.eddmash.grids
com.eddmash.grids.columns
com.eddmash.pagination
com.eddmash.validation
com.eddmash.validation.checks
AllCheck
AnyCheck
CheckCompound
CheckInterface
CheckSingle
EqualCheck
GTCheck
GTECheck
IsCheckedCheck
IsFloatCheck
IsIntegerCheck
LTCheck
LTECheck
NotEmptyCheck
RegexCheck
Constructors
Methods
com.eddmash.validation.renderer
Android Components
Docs
»
Android validation library documentation!
»
Checks
»
com.eddmash.validation.checks
»
RegexCheck
Edit on GitHub
RegexCheck
¶
public class
RegexCheck
extends
CheckSingle
¶
VAlidate a view against the provided rule or pattern
Constructors
¶
RegexCheck
¶
public
RegexCheck
(
EditText
view
,
String
errorMessage
,
String
rule
)
¶
RegexCheck
¶
public
RegexCheck
(
EditText
view
,
String
errorMessage
,
Pattern
pattern
)
¶
RegexCheck
¶
public
RegexCheck
(
Spinner
spinner
,
String
errorMessage
,
String
rule
)
¶
RegexCheck
¶
public
RegexCheck
(
Spinner
spinner
,
String
errorMessage
,
Pattern
pattern
)
¶
Methods
¶
getErrorMsg
¶
public
String
getErrorMsg
(
)
¶
getValue
¶
public
String
getValue
(
)
¶
getView
¶
public TextView
getView
(
)
¶
run
¶
public boolean
run
(
)
¶