Hacker News new | ask | show | jobs
by bhengaij 2767 days ago
What is expanded regex?
1 comments

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