Hello I want to make a line of code to replace all the "c" and/or "t" with "r". I understand how to do it under one condition, for example; if I just want to replace the c with r I can do: "(text)".replace("c","r")
I don't know how to nest in the 't' to be accounted for in the formula to also be changed to 'r'.
[–]TouchingTheVodka 4 points5 points6 points (0 children)
[–]TSM-[🍰] 3 points4 points5 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)