Replace Pioneer Home   All Examples   Free Download

 New request --free  RSS: Replace Pioneer Examples

975.Text file splitter -- How to split a single line into many lines according by Special symbols

User: jia -- 2012-07-21          << 974  976 >>
Hits: 3299
Type: Text file splitter   
Search all Text file splitter examples
Description:
How to split a single line into many lines according by Special symbols
Input Sample:
AAAA@BBBB@CCCC@DDDD@
Output Sample:
AAAA@ 
BBBB@ 
CCCC@ 
DDDD@
Answer:
Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps.
In this case, you just need to replace '@' with '@\n': 
1. ctrl-o open text file 
2. ctrl-h open 'replace' dialogue 
* set 'search for pattern' to: 
 
* set 'replace with pattern' to: 
 
3. click 'replace', done.

Screenshot 1:  Replace_Window


Similar Examples:
How to split a single line into many lines, keep two words for each line? (68%)
How to split a file into many files according to first letter of each line? (64%)
How to split a csv file into multiple files according to value of column B? (64%)
How to split one line into two lines from middle? (58%)
How to split a file into two parts according to the content of line? (58%)
How to split a CSV file with Header according to value of a column? (57%)
How to split one line into 3 to 5 sentences ended by period randomly? (57%)
How to split a CSV file with Header according to value of  column B? (56%)

Check Demo of Text file splitter
Keywords:
split a single line  symbols  special  symbol  sym  splitter  text file splitter  acc  case  single  split single line file into lines  split text file according lines  split single line file  split single line  split text file according to  file split according to text  split file according to line  text file splitter by lines