UNPKG

vuito

Version:

Simple, lightweight, isomorphic, and template-based validation library.

9 lines (6 loc) 176 B
'use strict'; function regex (pattern) { return (value) => new RegExp(pattern).test((value || '').trim()); } exports.regex = regex; //# sourceMappingURL=regex.cjs.js.map