Y
Hacker News
new
|
ask
|
show
|
jobs
by
bhengaij
2767 days ago
What is expanded regex?
1 comments
grzm
2767 days ago
They're likely referring to the \x modifier, also called extended regular expressions:
https://stackoverflow.com/questions/24642616/what-are-extend...
link
bhengaij
2767 days ago
I had not known about this- makes things so much easier to maintian
link
https://stackoverflow.com/questions/24642616/what-are-extend...