util.js 72 Bytes
exports.shouldNotProcessed = (val) => val.search(/[^0-9\s-()+;]/) >= 0;