Documentation

Search 

Contents

  1. Introduction
  2. Getting Started
  3. Trinidad Concepts
  4. Code View Support
  5. Design View Support
  6. Tag Object Toolbars
  7. Server Behaviors
  8. Property Inspectors
Selected 9. Trinidad Tag Reference

10. Trinidad Core Tag Reference

Contents > Trinidad Core Tag Reference > tr:validateRegExp

tr:validateRegExp

The tr:validateRegExp tag check that the value matches the specified pattern.

Example

<tr:validateRegExp></tr:validateRegExp>

HTML Output

(No output.)

Tag Attributes

id Text
 
The unique identifier value for this component. The value must be unique within the closest naming container.
messageDetailNoMatch Text
 
The messageDetailNoMatch attribute sets a custom error message with the parameters {0} for a label to identify the component, {1} for the value from the user and {2} the pattern, when the input does not match the pattern set in the pattern attribute.
pattern Text
 
The pattern attribute sets the pattern that the input should match.