Xema.Format.ipv4-question-mark

You're seeing just the function ipv4-question-mark, go back to Xema.Format module for more information.

Specs

ipv4?(String.t()) :: boolean()

Checks if the string is a valid IPv4 address representation.

This function returns true if the value is a string and is formatted as defined by RFC 2673, false otherwise.