~ rxp â integer or nil
Instance Public methods
MatchâMatches rxp against the contents of $_.
Equivalent to rxp =~ $_.
$_ = "input data" ~ /at/ #=> 7
MatchâMatches rxp against the contents of $_.
Equivalent to rxp =~ $_.
$_ = "input data" ~ /at/ #=> 7
Please login to continue.