Blog

Entries in string (1)

Sunday
Nov252012

C - Remove/Replace Characters in a String

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.

Click to read more ...