User: editor -- 2008-08-15 << 249 251 >> |
Hits: 4501 |
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" on windows platform 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 |
Screenshot 1: Replace_Window |
Similar Examples: |
How to convert the text from decimal to hex in a file? (86%) How to convert list of hexadecimal to binary ? (75%) How to convert the text from hex format to ascii format? (68%) How to convert all numbers from decimal to percentage? (63%) How to convert the text format by user specified 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%) |
Check Demo of Advanced search and replace |
Keywords: |
conversion hex to decimal hex to dec decimal oct toc hex dec template bin decimal from hex in batch decimal hex conversion text to decimal conversion decimal to text conversion decimal to hex conversion hex to text conversion text to hex conversion batch search and replace for hex files |