method
~
~()
public
Match—Matches rxp against the contents of $_. Equivalent to rxp =~ $_.
$_ = "input data" ~ /at/ #=> 7
~()
public
Match—Matches rxp against the contents of $_. Equivalent to rxp =~ $_.
$_ = "input data" ~ /at/ #=> 7