Tizen Native API  5.0

The validation helper feature.

Typedefs

typedef struct
_Elm_Validate_Content 
Elm_Validate_Content
typedef struct
_Elm_Validator_Regexp 
Elm_Validator_Regexp

Typedef Documentation

typedef struct _Elm_Validate_Content Elm_Validate_Content

Data for the elm_validator_regexp_helper()

typedef struct _Elm_Validator_Regexp Elm_Validator_Regexp

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.