| User: editorq -- 2010-03-26 |
| Hits: 92 |
| Type: Advanced search and replace |
| Search all Advanced search and replace examples |
| Description: |
| How to decode all 8-bits binary sequences into English chars? |
| Input Sample: |
| 01010100 01101000 01101001 01110011 00100000 01101001 01110011 00100000 01110100 01101111 00100000 01110100 01100101 01110011 01110100 00100000 01100001 01100100 01110110 01100001 01101110 01100011 01100101 01100100 00100000 01110011 01100101 01100001 01110010 01100011 01101000 00100000 01100001 01101110 01100100 00100000 01110010 01100101 01110000 01101100 01100001 01100011 01100101 00100000 01100110 01110101 01101110 01100011 01110100 01101001 01101111 01101110 00101110 |
| Output Sample: |
| This is to test advanced search and replace function. |
| Answer: |
| Hint: You need to Download and install "Replace Pioneer" to finish following steps. |
| 1. ctrl-o open source text file 2. ctrl-h open 'Replace' window * in 'search for pattern', enter: * in 'replace with pattern', enter: 3. click 'Replace', done! 4. ctrl-s save to file. |
| Download Script: scripts/459.rst.zip |
Similar Examples: |
| How to decode all utf-8 encoded url address into readable text? (51%) How to generate a random binary sequence matrix? (51%) How to remove all html tags that enclose nothing or " " ? (48%) How to replace specified word with increasing binary sequence? (48%) How to batch rename many directories all at once by adding a sequence number ahead? (47%) How to enclose all the odd number of lines with a pair of tags? (45%) How to change the many urls in html to ids in sequence? (45%) How to remove/delete all English characters in a text file? (45%) |
Check Demo of Advanced search and replace |