UNPKG

node-form-validator

Version:
4 lines (3 loc) 117 B
module.exports = function (data, conf) { return conf.regex && conf.regex.test && conf.regex.test(String(data)); };