FunctionsipVersion: NextOn 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 Alsosubnet, int, uint, float, time, string