Hacker News new | ask | show | jobs
by charliesome 5001 days ago
If you replace the `\S+` with a non-greedy wildcard (`.*?`), you gain a lot more flexibility:

http://eval.in/1316