DEV Community

pranay rauthu
pranay rauthu

Posted on

13 4

Regex tools

Regex - tools

working with regex is always painful. most of the time developers end up in copy pasting regular expressions from stack-overflow or other sites. Although this satisfies the needs of most common requirements, it is good to have an idea of what the regex is doing and testing it.

I find following tools very helpful while working with regular expressions.

  • Any text editor or IDE

most of the modern ides and text editors come with a good regular expression support for searching text.

vs code regex

This is one of my favourite developer tool. Regulex helps to visualize the regular expression

If you want to write, test & play with regex this is a good site. It also has good regex documentation.

AWS GenAI LIVE image

Real challenges. Real solutions. Real talk.

From technical discussions to philosophical debates, AWS and AWS Partners examine the impact and evolution of gen AI.

Learn more

Top comments (4)

Collapse
 
joppedc profile image
JoppeDC

My favorite regex tool is regexr.com/ :)

Collapse
 
simov profile image
simo • Edited

Yep, I'm using regexr.com lately. Previously I was using regexpal.com for years before they updated it. Anyway here is my bookmarked list of online regex tools:

I've added regex101.com to the list.

Collapse
 
johand profile image
Johan

Another one regexper.com

Collapse
 
pacdiv profile image
pacdiv

Some great tools mentioned in this post and the comments!
May I suggest regex.guide, very convenient for beginners?

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free →

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay