Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
brokencube
on July 21, 2016
|
parent
|
context
|
favorite
| on:
Stack Overflow Outage Postmortem
Correct me if I'm wrong, but couldn't this could have been fixed by making the match possessive:
^[\s\u200c]++|[\s\u200c]++$
That should stop any runaway backtracking?
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
^[\s\u200c]++|[\s\u200c]++$
That should stop any runaway backtracking?