The validation helper feature.
Typedef Documentation
Data for the elm_validator_regexp_helper()
The Regexp validator data.
Enumeration Type Documentation
Enumeration that defines the regex error codes.
- Since (EFL) :
- 1.14
- Enumerator:
ELM_REG_NOERROR |
Regex maches to the Entrys text.
|
ELM_REG_NOMATCH |
Failed to match.
|
ELM_REG_BADPAT |
Invalid regular expression.
|
Function Documentation
Delete the existing regex validator.
- Parameters:
-
validator | The given validator |
- See also:
- elm_validator_regexp_new()
- Since (EFL) :
- 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_free()
-
elm_validator_regexp_status_get()
-
elm_validator_regexp_helper()
- Since (EFL) :
- 1.14