method
~
![Some documentation Importance_1](https://d2vfyqvduarcvs.cloudfront.net/images/importance_1.png?1349367920)
~()
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