remove(pattern)
Instance Public methods
Returns a new string with all occurrences of the pattern removed. Short-hand for String#gsub(pattern, '').
Returns a new string with all occurrences of the pattern removed. Short-hand for String#gsub(pattern, '').
Please login to continue.