StevenCyb / regexper-lib

Repository from Github https://github.comStevenCyb/regexper-libRepository from Github https://github.comStevenCyb/regexper-lib

Regexper-lib

This repository based on regexper-static by Jeff Avallone. He has worked out a cool regular expression visualization site, check it out. The license for his project can be found here.

This repository uses the implementation at transform it to a simple library, which I am using for my VSCode regex extension.

Build it

Prerequisite

npm install --global yarn

Install dependencies

yarn install

Build

yarn build

About

License:MIT License


Languages

Language:JavaScript 99.7%Language:CSS 0.1%Language:HTML 0.1%