Be concise.
Be useful.
All contributions dictatorially edited by webmasters to match personal tastes.
Please do not paste any copyright violating material.
Please try to avoid dependencies to third-party libraries and frameworks.
(def r #"htt+p")
auto r = regex("htt+p");
r = Regex.compile!("htt+p")
const r = /htt+p/
r = "htt+p"
preg_match_all("/htt+p/", $r, $matches)
my $r = qr/htt+p/;
r = /htt+p/