| User: editorq -- 2010-03-26 << 458 460 >> |
| Hits: 334 |
| 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" on windows platform 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 |
Screenshot 1: Replace_Window |
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 replace all the symbol @ with sequence number that started from 1? (50%) How to remove all lines that shorter than 10 characters? (49%) How to extract all distinct parent folder names from a list of files? (48%) How to generate a vocabulary file base on any text file with English articles? (48%) How to remove all html tags that enclose nothing or " " ? (48%) How to replace specified word with increasing binary sequence? (48%) |
Check Demo of Advanced search and replace |
| Keywords: |
| binary sequence decode english oct dec code binary bina bin sequence decode into text replace text in binary text to binary binary to text binary search and replace search and replace binary search replace binary binary search replace |