IP.from_string

You're seeing just the function from_string, go back to IP module for more information.

Specs

from_string(String.t()) :: {:ok, addr()} | {:error, :einval}

Finds an ip address in a string, returning an ok or error tuple on failure.