How do I change a ";" to a carriage return / line

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
btthevoice
Posts: 2
Joined: Thu Oct 18, 2012 12:17 pm

How do I change a ";" to a carriage return / line

Post by btthevoice »

can someone please show me the regular expression that will replace all semi colons with a carriage return / line feed.
thanks
ak47wong
Posts: 703
Joined: Tue Aug 12, 2003 9:37 am
Location: Sydney, Australia

Post by ak47wong »

Find what: ;
Replace with: \n
btthevoice
Posts: 2
Joined: Thu Oct 18, 2012 12:17 pm

Post by btthevoice »

excellent. Perfect answer.
Post Reply