| User: editor -- 2008-08-15 |
| Hits: 272 |
| Type: Advanced search and replace |
| Search all Advanced search and replace examples |
| Description: |
| How to convert the text from hex to decimal in a file? |
| Input Sample: |
| 0F 0A 098D 0FFF |
| Output Sample: |
| 15 10 2445 4095 |
| Answer: |
| Hint: You need to Download and install "Replace Pioneer" to finish following steps. |
| Steps: 1. ctrl-o to open your text file 2. press ctrl-h to open 'Replace' dialog 1)set 'replace unit' to 'Word' 2)set 'search for pattern' as: 3)set 'replace with pattern' to: 4)set 'If' to: 3. Click 'Replace' If you want to batch replace many files, click 'Batch...' in step 3, and click 'pick files' to load files and click 'Batch Replace'. You can also use menu: "Replace->Replace by template->Bin/Oct/Decimal/Hex conversion" to do all conversions |
| Download Script: scripts/250.rst.zip |
Similar Examples: |
| How to convert the text from decimal to hex in a file? (86%) How to convert the text format by user specified rules? (63%) How to convert text will pig latin rules? (63%) How to convert binary data in many text file to hexdecimal data? (63%) How to change all numbers in a text file to 2 decimial places? (61%) How to convert IP addresses in text file into Hexidecimal format? (61%) How to change text file with hexidecimal format into original binary file? (59%) How to change a paragraph of text to a specical shape like a triangle? (57%) |
Check Demo of Advanced search and replace |