UNPKG

vuito

Version:

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

7 lines (5 loc) 161 B
function regex (pattern) { return (value) => new RegExp(pattern).test((value || '').trim()); } export { regex as r }; //# sourceMappingURL=regex.esm.js.map