Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

s///

You are here: irt.org | FOLDOC | s%2f%2f%2f

<chat> s/foo/bar/ is an idiom which means "I didn't mean to type 'foo', I meant to type 'bar'".

Its use in talk systems, especially irc, comes from the use of s/// as a substitution operator in Perl, sed and ed. In these languages and tools, s/foo/bar/ would replace any substring matching the regular expression "foo" with the string "bar".

(1997-03-16)

Nearby terms: Rx « RYFM « S « s/// » S3 » SA » sa

FOLDOC, Topics, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ALL

©2018 Martin Webb