Regex Fiddler App Released

2018-07-06 Vue.js JavaScript Regex

I've been away from blogging for a while now, busy working on a lot of projects with Vue.js and Laravel.

A lot of the time has been spent developing a proprietary starter kit in both Vue and Laravel.

I wanted to pick a simple project to test the new kits in and since I had owned the regexfiddler.com domain for quite some time it became a perfect candidate.

The idea was to have a simple regex app where we can enter a bunch of test cases that require passing. This makes it a bit simpler to build the regular expression for the specific cases it's meant to solve.

Most regular expressions that we use day to day are quite common. I hope this can also serve as a nice little learning tool as well as a central repository for common regular expressions.

I hope you enjoy it!

Related Posts