Check if a string is a valid IPv4 address.
Due to the compatibility of IPv4 notations, an IPv4 address is also a valid IPv4 address.
The string to be checked.
True if the input is a valid IPv4 address, false otherwise.
Check if a string is a valid IPv4 address.