Skip to content

ga-wdi-exercises/ip_validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Valid IP?

Write a method that takes a string as input. It should return true if the input is a valid IPv4 address (ie. anything between 0.0.0.0 and 255.255.255.255 is valid).

Write the solution in the language of your choice.

Make sure your code is

  • Tested
  • DRY
  • Named semantically
  • Small

####Bonus: If you feel VERY satisfied with your code, implement the solution in another language

Releases

No releases published

Packages

No packages published

Languages