Hey there,<br><br> it's wierd but I can't get the following to work, must be doing something silly somewhere. I need to remove the following strings from a text file:<br><br>"\" i.e. the backslash characeter (usually at the end of a line)<br>and<br>"\n\" i.e. backslash n backslash (usually at the end of the line or the only thing on a line)<br><br>I am using:<br><br><FONT FACE=monospace>$string =~ s/\\//g;</font><br>and<br><FONT FACE=monospace>$string =~ s/\\n\\//g;</font><br><br>But they don't seem to be working, anyone got any better regexps (i.e. one that works ;-))<br><br>Many thanx!<br>Loon