Y
Hacker News
new
|
ask
|
show
|
jobs
by
shmolyneaux
110 days ago
That's noted further down the page:
- `_*` = any string
1 comments
cognisent
110 days ago
I guess _ is trying to be like, "No, really, anything," while . has some limitations?
link
viega
109 days ago
.* does NOT match newlines, so always will stop a match at the end of a line.
link