UNPKG

micromark

Version:

small commonmark compliant markdown parser with positional info and concrete tokens

8 lines (4 loc) 151 B
'use strict' var regexCheck = require('../util/regex-check.js') var asciiAlphanumeric = regexCheck(/[\dA-Za-z]/) module.exports = asciiAlphanumeric