UNPKG

iz

Version:

Validation for node and the web.

6 lines (5 loc) 109 B
"use strict"; module.exports = function izAlphaNumeric(value) { return (/^[a-z0-9]+$/i.test(value) ); };