Replace Pioneer Home   All Examples   Free Download

 New request --free  RSS: Replace Pioneer Examples

150.Advanced search and replace -- How to remove/delete the characters between 5 and 15 of every line?

User: editor -- 2008-05-23          << 149  151 >>
Hits: 3013
Type: Advanced search and replace   
Search all Advanced search and replace examples
Description:
How to remove the character 5 to 15 of every line?
Input Sample:
32024091A9CBF4E8D34CB760143BC0E1945634E3  
07D0FA73057CEBC13FFFB808A6CFE4376C5B6EBB  
C87410FC90249655E5A26EE6B9AE10E1E1C5A6E7  
559392792CED095E04B2DABA0A8ADCFC319E4DF7
Output Sample:
32028D34CB760143BC0E1945634E3  
07D013FFFB808A6CFE4376C5B6EBB  
C8745E5A26EE6B9AE10E1E1C5A6E7  
5593E04B2DABA0A8ADCFC319E4DF7
Answer:
Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps.
1. ctrl-o open source text file 
2. ctrl-h open 'Replace' dialog: 
in 'Replace' page, 
* set 'Replace Unit' to 'Line' 
* set 'Search for Pattern' to: 
 
* set 'Replace with pattern' to: 
 
3. Click 'Replace', done! 
 
Note: chars($match,1,4)chars($match,16,-1) means character from 1 to 4, and from 16 to last of each matched line.
Download Script:  scripts/150.rst.zip

Screenshot 1:  Replace_Window


Similar Examples:
How to remove/delete all characters except number and spaces in a text file? (66%)
How to remove/delete the text from the '#' to the end in each line? (65%)
How to remove/delete all text between '1:' and 'user:'? (65%)
How to remove/delete all English characters/letters in a text file? (65%)
How to remove/delete all multi-byte characters in a text file? (63%)
How to remove every other characters on each line of text? (62%)
How to remove/delete all lines with even line number? (61%)
How to remove/delete all lines with even line number? (61%)

Check Demo of Advanced search and replace
Keywords:
toc  every line  last  between  every  characters  delete  delet  dele  very  remove characters of every line  remove character between  remove characters from each line  replace between characters  remove last line  remove last character  every character  remove between