logoalt Hacker News

cognisentyesterday at 5:03 PM1 replyview on HN

One thing I don't understand is what does _* mean? It seems like the paper refers to .* (which I understand) and _* (which I don't) in sometimes the same context? Normally _* would mean "an underscore zero or more times".


Replies

shmolyneauxyesterday at 5:13 PM

That's noted further down the page:

- `_*` = any string

show 1 reply