Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

SciSelectElement.SetRegExpValidation Method 

Sets regular expression validation for the control. A JavaScript alert will display if the match criteria are not met.

public void SetRegExpValidation(
   string message,
   string re,
   TypeMatch matchType
);

Parameters

message
The message to display in the JavaScript alert if this field does not match the regular expression.
re
The regular expression to match.
matchType
The TypeMatch (match or not-match).

See Also

SciSelectElement Class | Plumtree.Remote.Sci Namespace