Home »
MCQs »
JSF MCQs
Which of the following validator determines if a string value input into a form field fits a regular expression pattern specified?
33. Which of the following validator determines if a string value input into a form field fits a regular expression pattern specified?
- Custom validator
- Length Validator
- Regex Validator
- Compare validator
Answer: C) Regex Validator
Explanation:
Regex validator determines if a string value input into a form field fits a regular expression pattern specified.