Find and replace in a file

Viewed 55364

I want to replace certain strings with another one in a text file (ex: \nH with ,H). Is there any way to that using PHP?

4 Answers
Related