Y
Hacker News
new
|
ask
|
show
|
jobs
by
OptionOfT
178 days ago
What do you mean by +P?
3 comments
black_knight
178 days ago
Presumably, .+P is regex referring too all the acronyms ending with P, that is Protocol. SMTP, HTTP, FTP, IMAP, XMPP…
link
rexreed
178 days ago
Looks like .+P is just a regex way of saying any set of characters / protocol ending in P.
link
juped
178 days ago
Nothing, as they said .+P (note the dot)
link