Hi everyone, I have a massive XML file with a translation table of words, so basically there's many words in the XML file that the C# program will read. Some of the words have a colon ":" at the end. I need so make some kind of Trim that finds all the colons and removes them.
How do I code it to remove a specfic character in maybe a foreach loop?