UNPKG

tv4-formats

Version:

Common JSON Schema string format constraints in the form of tv4 validator callbacks

11 lines (8 loc) 259 B
(function () { 'use strict'; var amount = '[\\.,0-9]+'; module.exports = ( '^P(' + amount + 'Y|)(' + amount + 'M|)(' + amount + 'W|)(' + amount + 'D|)' + '(T(' + amount + 'H|)(' + amount + 'M|)(' + amount + 'S|))?$' ); }());