/Regex-Check

simple regular expression checker, can also be used like egrep

Primary LanguagePython

Regex-Check

I was inspired to create the program by day 17 of the Advent Cyber Event 2022 at Try Hack Me. In this task, you had to find regular expressions to control the data.

More about regex in python

https://docs.python.org/3/library/re.html

App

The application searches for any phrase entered by the user. Have fun with the app and its modifications.