The validation helper feature.
More...
The validation helper feature.
Enumeration that defines the regex error codes.
- Since
- 1.14
Enumerator |
---|
ELM_REG_NOERROR |
Regex maches to the Entrys text.
|
ELM_REG_NOMATCH |
Failed to match.
|
ELM_REG_BADPAT |
Invalid regular expression.
|
Delete the existing regex validator.
- Parameters
-
validator | The given validator |
- See also
- elm_validator_regexp_add()
- Since
- 1.14
Create a new regex validator.
General designed for validate inputed entry text.
- Parameters
-
pattern | The regex pattern |
signal | The part of signal name, which will be emitted to style |
- Returns
- The regex validator
- See also
- elm_validator_regexp_del()
-
elm_validator_regex_regex_set()
-
elm_validator_regexp_status_get()
-
elm_validator_regexp_helper()
- Since
- 1.14
References ELM_REG_BADPAT, and ELM_REG_NOERROR.