Hacker News new | ask | show | jobs
by shmolyneaux 110 days ago
That's noted further down the page:

- `_*` = any string

1 comments

I guess _ is trying to be like, "No, really, anything," while . has some limitations?
.* does NOT match newlines, so always will stop a match at the end of a line.