Closed szmarczak closed 4 years ago
We can just parse the hosts file in the following way:
hosts
[characters] [whitespace] [a-ZA-Z0-9-]
net.isIP
(no need to use regexp here)
We can just parse the
hosts
file in the following way:[characters] [whitespace] [a-ZA-Z0-9-]
net.isIP
.(no need to use regexp here)