<p>The <t:validateRegExpr> tag adds a custom validator to your JSF page based on the Jakarta Commons validation library. This allows you to validate user input using powerful regular expressions.</p>
Example
<t:validateRegExpr> </t:validateRegExpr>
Tag Attributes
detailMessage
Text
alternate validation error detail message format string
(use 'message' and 'detailMessage' alternatively)
message
Text
The message attribute defines an alternate validation message for this tag.
pattern
Text
The pattern attribute defines the regular expression pattern used to validate the input.
summaryMessage
Text
alternate validation error summary message format string