how to replace ">" 'with ">" and CRLF' ?
- 
 Hello & Thanks , 
 how to replace “>” ‘with > and CRLF’ ?
 CRLF = CarriageReturn LineFeed .
 In other words
 create a new line after each “>” .
 Thanks…Vern
- 
 Hello vmars-vernon, press ctrl+h to get the replace dialog open. 
 In search mode section check extended
 Find what: >
 Replace with: >\r\n
 ReplaceAllCheers 
 Claudia
- 
 Oh WOW look at that ! 
 Thanks Claudia !!
 I have never used REGX before .On the Find/Rep popup: 
 What does this mean: Extended (\n, \r, \t, \o, \x…)Thanks 
 Vern
- 
 

