A
Aryk Grosz
is there any shortcut for removing a string of characters from text,
like gsub("word",""). I looked into String#delete but it will delete all
the characters in the entire word.
Im guessing something like this already exists.
like gsub("word",""). I looked into String#delete but it will delete all
the characters in the entire word.
Im guessing something like this already exists.