Skip to main content
Module

x/ohm_js/src/UnicodeCategories.js>UnicodeCategories

A library and language for building parsers, interpreters, compilers, etc.
Latest
variable UnicodeCategories
import { UnicodeCategories } from "https://deno.land/x/ohm_js@v17.1.0/src/UnicodeCategories.js";

type

{ Lu: RegExp; Ll: RegExp; Lt: RegExp; Lm: RegExp; Lo: RegExp; Nl: RegExp; Nd: RegExp; Mn: RegExp; Mc: RegExp; Pc: RegExp; Zs: RegExp; L: RegExp; Ltmo: RegExp; }