Flowdock
~() public

Match—Matches rxp against the contents of $_. Equivalent to rxp =~ $_.

$_ = "input data"
~ /at/   #=> 7
Show source
Register or log in to add new notes.