UNPKG

sanitation

Version:

Iterates over nested JSON objects to fetch the value and performs operation like sanity validation of data along with blank value and mandatory fields check

7 lines (6 loc) 168 B
var config = { "checkIntegerValue" : /^\d+$/, "emailPattern" : /[\w-]+@([\w-]+\.)+[\w-]+/, "folderPathPattern" : /([^\/]*)\/*$/ }; module.exports = config;