i need to get all lines sorted in right order-i have this in one long line
1.xxxxx 
2.xxxxx 
1.xxxxx 
2.xxxxx 
1.xxxxx 
3.xxxxx 
2.xxxxx 
1.xxxxx 
2.xxxxx 
i have 16902 lines which 692 are 1.3.2. 
the rest 1.2.--i need to get in right order to look like this-i used  Use: 

Find: (\d\D+) 
Replace: $1\n 
[X]RegEx 
(o)Backward----"but did not sort like this" 

1.xxxxx 
2.xxxxx 
1.xxxxx 
2.xxxxx 
1.xxxxx 
2.xxxxx 
3.xxxxx 
1.xxxxx 
2.xxxxx 

Any ideas? :)

-- 
<http://forum.pspad.com/read.php?2,60494,60494>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem