I am writing a simple script in D that needs to interface with command-line network programs that use IP domain addresses (e.g. 10.0.14.0/24
).
Is there any ready parser existing for that in D?
Something, that can validate a domain and break it into elements.