Skip to content

dixitaditya01/Regex_Tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

live_Regex_Tester

A Django based Regex Tester, where a user can easily check their text for any particular patter.

It is a fast and easy to use utility tool where anyone can just copy paste their text and try to find occurance of any particular text or pattern from the whole text.

Run Locally

Clone the project

  git clone https://github.com/dixitaditya01/Live_Regex_Tester

Go to the project directory

  cd Live_Regex_Tester

Install dependencies

  python -m pip install Django

Start the server

  python3 app.py runserver

Lessons Learned

I have learnt Django python frameword, and I thought of practising my learning by implementing a hands on project. I also revised upon my Regex skills. Was also able to learn new things in the Jinja2 template. Also used git in this project to keep track of versions, which helped me in revising on the git commands.

About

Created a Simple Regex Tester using Django

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published