str.tr!(from_str, to_str) â str or nil
Instance Public methods
Translates str in place, using the same rules as
String#tr
. Returns str, or nil
if no
changes were made.
Translates str in place, using the same rules as
String#tr
. Returns str, or nil
if no
changes were made.
Please login to continue.