FunctionsstrVersion: v4.23On this pagestrCasts an expression to a string.str(x:any) -> stringDescriptionThe str function casts the given value x to a string.ExamplesCast an IP address to a stringfrom {x: str(1.2.3.4)}{x: "1.2.3.4"}See Alsoint, uint, float, time, ip