Normalize IP Address
normalize_ipStrip brackets, remove IPv4-mapped prefixes (::ffff:), trim whitespace, and lowercase IP addresses locally – no API call or quota usage.
Instructions
Normalize an IP address string: strip brackets, remove IPv4-mapped prefix (::ffff:), trim whitespace, and lowercase. Runs locally — no API call, no quota usage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ip | Yes | the IPv4 or IPv6 address to look up |