Hacker News new | ask | show | jobs
by pmarreck 2764 days ago
Which is why I use expanded regex with each section commented.
1 comments

What is expanded regex?
They're likely referring to the \x modifier, also called extended regular expressions:

https://stackoverflow.com/questions/24642616/what-are-extend...

I had not known about this- makes things so much easier to maintian