Page 1 of 1

find / replace

Posted: Sat Nov 19, 2011 12:38 am
by bulldog57
I have a text file and would like to replace all of the 'tilde' characters (~) with a carriage return / line feed. Is this possible?

Posted: Sat Nov 19, 2011 1:09 am
by jazzastronomer
select F8 to get find replace dialogue box

find what: ` (put a tilde here)

replace with: \n

make sure regular expression [x] is ticked

click [replace all]

That should do it.

coho