Hi All,
It has been along time since I did C. I need to search for a stringA withen a text file and if found to replace it with stringB.
Sample:
StringA="Hello"
StringB="Help"
Sample File content(it can be any combanations):
line1="XYZ"
line2="XYZ KLM ABCHelloXYZ ABC"

I need to find and replace "Hello" in line2

I hope some have done this before or close to it.

Thanks,