Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mar0ls/regex-check
- Owner: mar0ls
- Created: 2022-12-19T14:36:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-08T18:16:00.000Z (almost 2 years ago)
- Last Synced: 2023-09-10T20:12:11.270Z (about 1 year ago)
- Topics: egrep, python, regex, regex-checker
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.