M
Mike Copeland
What is a good way to remove a character from a basic::string?
For example, I have the following:
basic::string myString = "123 E, Main Street";
and I wish to remove (delete) the "," from it.
Does anyone know a way to do this? TIA
For example, I have the following:
basic::string myString = "123 E, Main Street";
and I wish to remove (delete) the "," from it.
Does anyone know a way to do this? TIA