This is a simple web tool that allows you to test Regex
First install all the dependencies:
npm installonce you installed everything just run:
nodemon .You may need install nodemon in your machine. You can do that by running
npm i -g nodemonin a terminal or console.
You can also run
node .in case you dont want to use nodemon.