Anyone know of a playground-like app or site specifically for practicing and verifying RegEx? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Anyone know of a playground-like app or site specifically for practicing and verifying RegEx?

12th Jan 2020, 8:48 PM
Mustapha Muhammad Garba
Mustapha Muhammad Garba - avatar
5 Answers
+ 13
Mustapha Muhammad Garba It's one of best I knew check it out http://www.rexegg.com/
12th Jan 2020, 9:10 PM
GAWEN STEASY
GAWEN STEASY - avatar
+ 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. 😉
12th Jan 2020, 10:43 PM
David Carroll
David Carroll - avatar
+ 5
Best one I found is regex one https://regexone.com/ I like it because it's interactive
12th Jan 2020, 9:21 PM
HNNX 🐿
HNNX 🐿 - avatar
+ 5
Some IDEs like IntelliJ Idea also have plugins that help with regex testing and validation.
12th Jan 2020, 9:37 PM
Tibor Santa
Tibor Santa - avatar
+ 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/
12th Jan 2020, 9:00 PM
Yusuf Usama
Yusuf Usama - avatar