justice:
Here's part of the code i used in one of my scripts, to solve that problem with '%' ',' '&' and ":
stringreplace,replaced_,replaced,`%,```%,replaceall
stringreplace,replaced,replaced_,`,,```,,replaceall
stringreplace,replaced_,replaced,`&,```&,replaceall
stringreplace,replaced,replaced_,`",```",replaceall
I hope it helps!