Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mar0ls/regex-check

simple regular expression checker, can also be used like egrep
https://github.com/mar0ls/regex-check

egrep python regex regex-checker

Last synced: 5 days ago
JSON representation

simple regular expression checker, can also be used like egrep

Awesome Lists containing this project

README

        

# 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.