Hacker News new | ask | show | jobs
by OptionOfT 178 days ago
What do you mean by +P?
3 comments

Presumably, .+P is regex referring too all the acronyms ending with P, that is Protocol. SMTP, HTTP, FTP, IMAP, XMPP…
Looks like .+P is just a regex way of saying any set of characters / protocol ending in P.
Nothing, as they said .+P (note the dot)