A
Adam
Hi, I wanna replace a single backslash with two backslashes.
So i've tried:
$texT =~ s/\/\\/g;
$texT =~ s/chr(92)/chr(92).chr(92)/g;
and a couple of others, but none of them seems to work. Which line
would do the trick ?
So i've tried:
$texT =~ s/\/\\/g;
$texT =~ s/chr(92)/chr(92).chr(92)/g;
and a couple of others, but none of them seems to work. Which line
would do the trick ?