StringValidator: A schema specifying constraints on a string node.

Description Usage Arguments Value See Also

View source: R/types.R

Description

A schema specifying constraints on a string node.

Usage

1
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

Entity


stencilaschema documentation built on Feb. 22, 2021, 5:05 p.m.