| User: editor -- 2009-10-14 << 354 356 >> |
| Hits: 3673 |
| Type: Advanced search and replace |
| Search all Advanced search and replace examples |
| Description: |
| How to reset all the numbers with format id=NNN in a text file? |
| Input Sample: |
| id=2344 name=Mark id=326 name=Bush id=889 name=Frank ... |
| Output Sample: |
| id=1 name=Mark id=2 name=Bush id=3 name=Frank ... |
| 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 * Fill in search for pattern like: * Fill in replace with pattern like: 3. click "Replace", done. 4. press ctrl-s to save the file. Hint: $word_no is an variable that starts from 1 and increased by 1 for each matched word found. |
| Download Script: scripts/355.rst.zip |
Screenshot 1: Replace_Window |
Similar Examples: |
| How to extract all lines with numbers from many text files? (67%) How to delete duplicate numbers in every line in text file? (65%) How to extract all upper cases words from a text file? (65%) How to extract all telephone numbers from a text file? (65%) How to delete all columns with more than 8 words in text file? (64%) How to extract all specified date format from a text file? (64%) How to parse all the fields in different segment from a text file? (64%) How to search and sum the numbers at specified position in a text file? (63%) |
Check Demo of Advanced search and replace |
| Keywords: |
| variable increase found var increas numbers format matched at start start word starts with starts by replace starts with replace with variable word replace numbers all numbers and replace numbers in text file search numbers |