isAlphanumeric top-level constant

InRange const isAlphanumeric

Implementation

const isAlphanumeric = InRange([('0', '9'), ('A', 'Z'), ('a', 'z')]);