1.

What is the purpose of RegexFieldValidator annotation?

Answer»

This annotation validates a string field using a regular expression.

RegexFieldValidator( key = "regex.field", expression = "yourregexp")


Discussion

No Comment Found