Sunday
Nov252012
C - Remove/Replace Characters in a String
Sunday, November 25, 2012 at 8:54PM
When I needed to remove/replace characters in a string, I posted a question here on stackoverflow.
I have used the strstr function in a loop, but was looking for a simpler solution. A C implementation equivalent to the C# String.Replace method might work.