Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 229 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 229 Bytes

regex

Regular Expression Collection

npm i @jellybeanci/regex

import module

// ES6 Syntax
import * as regex from "@jellybeanci/regex";

// Commonjs Syntax
const regex = require("@jellybeanci/regex");