Description Usage Arguments Value See Also
A schema specifying constraints on a string node.
1 | StringValidator(id, maxLength, meta, minLength, pattern)
|
id |
The identifier for this item. |
maxLength |
The maximum length for a string node. |
meta |
Metadata associated with this item. |
minLength |
The minimum length for a string node. |
pattern |
A regular expression that a string node must match. |
A list
of class StringValidator
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.