An open API service indexing awesome lists of open source software.

https://github.com/cau777/graphicalregexdesigner

A website made in Angular to help you create regular expressions using colored blocks. It also supports variables and testing, and outputs the expression in the JavaScript format.
https://github.com/cau777/graphicalregexdesigner

angular angular-material angular-pwa dark-theme html lesscss regex typescript

Last synced: 3 months ago
JSON representation

A website made in Angular to help you create regular expressions using colored blocks. It also supports variables and testing, and outputs the expression in the JavaScript format.

Awesome Lists containing this project

README

          

# GraphicalRegexDesigner

A website made in Angular to help you create regular expressions using colored blocks. It also supports variables and
testing, and outputs the expression in the JavaScript format.

### Email example
![Email example](https://github.com/cau777/GraphicalRegexDesigner/blob/master/docs/ScreenshotEmail.png)

### Time example
![Time example](https://github.com/cau777/GraphicalRegexDesigner/blob/master/docs/ScreenshotTime.png)