+ 2
Anyone know of a playground-like app or site specifically for practicing and verifying RegEx?
5 odpowiedzi
+ 13
Mustapha Muhammad Garba
It's one of best I knew check it out
http://www.rexegg.com/
+ 11
Mustapha Muhammad Garba
Assuming you are looking for a REPL environment for writing and testing RegEx, I will recommend the two options I consider the best for my professional use.
1. www.regexbuddy.com
I only came to really master the fundamentals of RegEx only after purchasing a license for Regex Buddy which runs only on Windows OS. I still use it for most of my complex patterns. It might be old, it's still quite powerful and worth the $40 bucks I paid.
2. www.RegEx101.com
Don't let the name fool you. It's not a website to teach you the basics. It's an online editor that breaks things down for you in real time and is the closest alternative to Regex Buddy, although not quite as good. 😉
+ 5
Best one I found is regex one
https://regexone.com/
I like it because it's interactive
+ 5
Some IDEs like IntelliJ Idea also have plugins that help with regex testing and validation.
+ 4
Well you can simply find websites that lets you practice the RegEx module by searching Google.
But my personal favourite for practice is https://www.w3resource.com/JUMP_LINK__&&__python__&&__JUMP_LINK-exercises/re/