FunctionsipVersion: v4.23On this pageipCasts an expression to an IP address.ip(x:string) -> ipDescriptionThe ip function casts the provided string x to an IP address.ExamplesCast a string to an IP addressfrom {x: ip("1.2.3.4")}{x: 1.2.3.4}See Alsoint, uint, float, time, str