Gets the regular expression at a specified index position in the list.
Syntax:
Parameters:
- lIndex – Index position of the regular expression to get in the list. The index range begins with 1 up to the maximum number of regular expressions in the list. To get the total number of regular expressions use the RegExpCount property. The index position is relative only to the regular expressions collection in the object.
Remarks:
The regular expression returned is one of the strings in the collection that define the pattern the data element value must follow. If there is more than one regular expressions, it only takes one of the regular expressions to be satisfied to make the data element valid.