str.tr_s!(from_str, to_str) â str or nil
Instance Public methods
Performs String#tr_s
processing on str in place,
returning str, or nil
if no changes were made.
Performs String#tr_s
processing on str in place,
returning str, or nil
if no changes were made.
Please login to continue.