DEV Community

Charlie Barajas
Charlie Barajas

Posted on

Regex Checker

I decided to develop a regular expression checker that allows users to input text to determine if the characters match a regular expression and their associated Unicode values. Here's a link to my Codepen account, where you can also find flags for i and g regex.

https://codepen.io/VoXelo/pen/raOvrLO

Top comments (0)