DEV Community

Discussion on: The Complete Guide to Regular Expressions (Regex)

Collapse
 
jesseholden profile image
Jesse Holden

Awesome post! I was just dealing with Regex yesterday and ran into a situation that I wanted a non-capture group but the Regex documentation wasn't very clear so I couldn't figure that out. Learned a lot from this post that will definitely help me optimize some of my Regex code!