str.delete!([other_str]+) â str or nil
Instance Public methods
Performs a delete operation in place, returning str,
or nil if str was not modified.
Performs a delete operation in place, returning str,
or nil if str was not modified.
Please login to continue.