Y
Hacker News
new
|
ask
|
show
|
jobs
by
pmarreck
2764 days ago
Which is why I use expanded regex with each section commented.
1 comments
bhengaij
2764 days ago
What is expanded regex?
link
grzm
2764 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
2763 days ago
I had not known about this- makes things so much easier to maintian
link