Christian Clauss dc07a85076
Update and rename check_valid_ip_address.py to is_ip_v4_address_valid.py (#4665)
* Update and rename check_valid_ip_address.py to is_ip_v4_address_valid.py

New test cases that the algorithm must detect:
* [ ] an octet much bigger than 255
* [ ] an octet is negative
* [ ] number of octets is less than 4
* [ ] number of octets is greater than 4
* [ ] an octet is a letter

* updating DIRECTORY.md

* Add two more tests to is_ip_v4_address_valid.py

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Co-authored-by: John Law <johnlaw.po@gmail.com>
2021-09-23 02:03:11 +08:00
..
2019-10-05 10:14:13 +05:00
2019-10-21 22:36:33 +02:00
2021-06-16 08:34:32 +02:00
2020-10-26 00:02:24 +08:00
2021-09-07 13:37:03 +02:00
2019-10-29 23:54:30 +01:00
2020-07-06 09:44:19 +02:00
2019-10-28 13:50:36 +01:00
2019-12-11 07:57:08 +01:00
2021-09-06 23:57:18 +02:00
2020-07-06 09:44:19 +02:00
2020-05-10 20:49:40 +05:30
2019-10-22 19:13:48 +02:00
2021-09-07 13:37:03 +02:00
2021-03-22 10:52:26 +01:00
2020-01-18 13:24:33 +01:00
2021-08-15 21:15:53 +02:00
2021-08-15 21:15:53 +02:00
2021-09-07 13:37:03 +02:00