StringValidator {stencilaschema} | R Documentation |
A schema specifying constraints on a string node.
Description
A schema specifying constraints on a string node.
Usage
StringValidator(id, maxLength, meta, minLength, pattern)
Arguments
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. |
Value
A list
of class StringValidator
See Also
[Package stencilaschema version 1.0.0 Index]