I’ve been searching for ages and not come up with anything on the
internet. I was wondering if there is a Rails equiv. for the PHP
function str_replace. For example;
variable_for_new_string(“value_to_repace”, “string_to_replace_with”,
“string_to_perform_modification_to”)
Thanks in advance for any help.