Replace Pioneer Home   All Examples   Free Download

 New request --free  RSS: Replace Pioneer Examples

624.Text file parser -- How to extract all lines that has more than 2 numbers?

User: editor -- 2010-10-05          << 623  625 >>
Hits: 3525
Type: Text file parser   
Search all Text file parser examples
Description:
How to extract all lines that has more than 2 numbers?
Input Sample:
123 124 
220 abc 
ddd 826 123 
444 
Output Sample:
123 124 
ddd 826 123 
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 
* set 'replace unit' to 'Line' 
* set 'search for pattern' to: 
 
* set 'replace with pattern' to: 
 
* uncheck 'print unmatched unit' option 
3. click 'replace', done. 
4. ctrl-s save to file

Screenshot 1:  Replace_Window


Similar Examples:
How to extract all lines that has more than 4 columns from csv file? (81%)
How to extract all lines that has no leading spaces? (75%)
How to delete/remove all lines that appearred more than once? (69%)
How to remove all lines that contains more than one word? (69%)
How to remove all lines that shorter than 10 characters? (68%)
How to extract all lines that contain words A and B and C? (67%)
How to extract all lines that contain A, but not any of B C D? (66%)
How to extract all lines that contain words in a list? (65%)

Check Demo of Text file parser
Keywords:
ddd  odd  more than  extract all lines  extract all line  unmatched  unmatch  numbers  print  extract all  extract all lines with numbers  extract lines more than  extract numbers  text file search extract lines  extract all lines with  text parser to extract lines  open source text file parser  text file parser open source