Javier
10/12/2021, 10:50 AMhho
10/12/2021, 8:24 PMString.remove(x)
for String.replace(x,"")
. Given how huge the String API already is, I can see why they didn't want to add it. And with extension methods, you can easily add it yourself where you need it. ¯\_(ツ)_/¯Rob Elliot
10/13/2021, 4:39 PM