I have the following string. I want to replace the line break with /n
Good FRIENDS are hard to find, harder to leave,
preg_replace("//", "\n", $your_string);