Replace Pioneer Home
All Examples
Free Download
all
Advanced search and replace
Replace text in multiple files
Regular expression replace
Batch file rename
Batch download
Text file parser
Text file splitter
Html text generator
Search replace binary
Random word generator
Count and statistics
Character encoding
Bin Hex Oct Dec converter
Text generator
Text sort
Text merge
Text data calculation
RSS: Replace Pioneer Examples
381.Bin Hex Oct Dec converter -- How to convert Hexidecimal IP addresses in text file into decimal format?
User:
editor -- 2010-01-03
<< 380
382 >>
Hits:
3719
Type:
Bin Hex Oct Dec converter
Search all
Bin Hex Oct Dec converter
examples
Description:
How to convert Hexidecimal IP addresses in text file into decimal format?
Input Sample:
A0.AA.03.38
F1.32.BA.0A
22.31.8A.05
35.D0.38.6E
Output Sample:
160.170.3.56
241.50.186.10
34.49.138.5
53.208.56.110
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' dialog:
* fill in 'Search for Pattern' like:
([0-9A-F]{2})\.([0-9A-F]{2})\.([0-9A-F]{2})\.([0-9A-F]{2})
* fill in 'Replace with Pattern' like:
calc(oct('0x'.$1),'d').calc(oct('0x'.$2),'d').calc(oct('0x'.$3),'d').calc(oct('0x'.$4),'d')
3. click 'Replace', done!
4. ctrl-s save result to file.
Download Script:
scripts/381.rst.zip
Screenshot 1: Replace_Window
Similar Examples:
How to convert IP addresses in text file into Hexidecimal format?
(87%)
How to convert the decimal IP address into binary format with 0 and 1?
(73%)
How to convert each line of a text file to the new format?
(65%)
How to convert a text file to specified format?
(63%)
How to convert csv files into tables with html format?
(61%)
How to convert binary data in many text file to hexdecimal data?
(61%)
How to validate many email addresses in a text file and export them?
(60%)
How to add a port 80 for all IP addresses in a text file?
(59%)
Check Demo of
Bin Hex Oct Dec converter
Keywords:
convert hexidecimal ip
converter
oct dec converter
bin hex oct
bin hex oct dec
hex oct
hex oct dec
bin hex
decimal
oct
text format converter
text to decimal converter
text converter
converter text
format convert
convert text
replace convert
file format