<REGEX> : Regular expression

Java class : leon.info.LyRegExp

ROLE

This element defines a format as a regular expression.

ATTRIBUTES

<!ATTLIST REGEX
	  id ID #IMPLIED
	  value CDATA #REQUIRED>
Attribute Mand. Description Default
id no Identifier of the regular expression.  
value yes Regular expression. This value must match the syntax supported by the Jakarta OROMatcher product.  

SAMPLE

<REGEX value='[a-z]*'>