Home > @i2analyze/i2connect > services > IStringValidator
services.IStringValidator interface
A constraint on the contents of a string value.
Signature:
interface IStringValidator 
Introduced: API version 1.0
Properties
| Property | Type | Description | 
|---|---|---|
| message | string | Gets the message to display if the string does not match regex. | 
| regex | string | Gets the regular expression that the string must match. |