| User: editor -- 2010-01-25 << 402 404 >> |
| Hits: 506 |
| Type: Text file parser |
| Search all Text file parser examples |
| Description: |
| How to extract all lines that contain A, but not any of B C D? I want to extract some lines from a text file, the lines that contain 'advance', but do not contain any of 'search', 'replace','rename' will be extracted, and other lines will be deleted. |
| Input Sample: |
| advanced replace tool search, replace and rename software search and replace application advanced batch download software replace and rename tool, search in advance advanced text extract, rename, search and replace tool just advance |
| Output Sample: |
| advanced batch download software just advance |
| 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 * check 'Enhanced Regular Exp' option 3. click 'Replace', done. 4. ctrl-s save to file. Note: * uncheck 'Print Unmatched Unit' will delete unmatched lines. * 'Enhanced Regular Exp' option will make explain special characters like '&', '|', '!' to 'and', 'or', and 'not' than normal Regular Expression. |
| Download Script: scripts/403.rst.zip |
Screenshot 1: Replace_Window |
Similar Examples: |
| How to extract all lines that contain chem, but not any of org and cn? (89%) How to extract all lines that contain words A and B and C? (80%) How to remove all lines that contain ABC but not contain DEF in text file? (69%) How to extract all lines that has no leading spaces? (67%) How to extract all lines that containing ABC or DEF with original order? (67%) How to extract all links which contain "shop" from many html files? (66%) How to extract all sentences that contain specified words? (64%) How to extract all lines that has more than 2 numbers? (64%) |
Check Demo of Text file parser |
| Keywords: |
| how to extract all lines that contain a but not any of b c d special characters special character special extracte unmatched unmatch not contain regular expression dele delete all lines that contain extract lines contain delete all the lines with pattern delete characters delete characters search from to delete text text file search extract lines save lines from text file |