Tejas1510 / Hacking-Scripts

Hacking Scripts contains amazing and awesome scripts written in Python, JavaScript, Java, Nodejs, and more. The main aim of the repository will be to provide utility scripts that might make everyday life easy.
https://hacking-scripts.netlify.app/
237 stars 284 forks source link

Added Regex Checker in Python Scripts #1033

Closed akash-rajak closed 3 years ago

akash-rajak commented 3 years ago

Fixes #1030

Checklist

1

2

3

4

5

And this is checking the correctness of the longest regex ever which is valid.

6

7

mehabhalodiya commented 3 years ago

Enhancement: Add Regular Expression cheatsheet button and a list like below. Can you? regex

akash-rajak commented 3 years ago

@mehabhalodiya , means i need to create a button "Regular Expression cheatsheet", clicking on which opens this given cheatlist. is it?

mehabhalodiya commented 3 years ago

@mehabhalodiya , means i need to create a button "Regular Expression cheatsheet", clicking on which opens this given cheatlist. is it?

Yes!

akash-rajak commented 3 years ago

@mehabhalodiya , means i need to create a button "Regular Expression cheatsheet", clicking on which opens this given cheatlist. is it?

Yes!

then I can do that , can i update it?

akash-rajak commented 3 years ago

@mehabhalodiya , done with the enhancement, please check it.