User: editor -- 2012-07-09 << 967 969 >> |
Hits: 3528 |
Type: Advanced search and replace |
Search all Advanced search and replace examples |
Description: |
How to replace email address with its ROT13 encryption format? There are many text files, how to identify all the email addresses and replace them with ROT13 encryption? |
Input Sample: |
abc@xyz.com def@zzz.com |
Output Sample: |
nop@klm.pbz qrs@mmm.pbz |
Answer: |
Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps. |
1. open "Tools->Batch Runner" menu 2. drag multiple text files from "windows file browser" to "Batch runner" window 3. click "Fast Replace" button to open "Fast Replace" dialogue * set "Search" to following content to match email address: * set "Replace" to following to carry out a ROT13 encryption: * click "ok" 4. make sure "reg exp" option is checked. 5. click "start", done! Note: For the description of ROT13, please refer to: http://en.wikipedia.org/wiki/ROT13 |
Screenshot 1: Fast_Replace_Window |