find string / replace
-
Hello, Anyone can point me working a find string / replace function written in C (ANSI C). Thanks.
Find a string in where? :confused:
"Approved Workmen Are Not Ashamed" - 2 Timothy 2:15
"Judge not by the eye but by the heart." - Native American Proverb
-
Find a string in where? :confused:
"Approved Workmen Are Not Ashamed" - 2 Timothy 2:15
"Judge not by the eye but by the heart." - Native American Proverb
-
Sorry, I have an initial string, in which I have to find a substring and replace it with a diffrent one. Like Replace() from CString. Thanks,
-
Sorry, I have an initial string, in which I have to find a substring and replace it with a diffrent one. Like Replace() from CString. Thanks,
micutzu wrote:
I have an initial string, in which I have to find a substring...
Have you looked at
strstr()
orstrchr()
?
"Approved Workmen Are Not Ashamed" - 2 Timothy 2:15
"Judge not by the eye but by the heart." - Native American Proverb