Skip to main content
Version: 0.0.17

RegexConstraint

Compatible ValueType: text

Description

Limits the values complying with a regex. Only values that comply with the regex are considered valid.

Example 1

constraint IFOPT_Format oftype RegexConstraint {
regex: /[a-z]{2}:\d+:\d+(:\d+)?(:\d+)?/;
}

Text that complies with the IFOPT (Identification of Fixed Objects in Public Transport) DIN EN 28701:2012 format.

Properties

regex

Type Regex