There was an error while loading. Please reload this page.
Returns the index of a substring. Much like the IndexOf method of a string.
IndexOf
IndexOf(a, b)
a
b
<CustomOperator name="RemoveArrow" paramCount="1" returnType="string"> <Parameters> <Parameter name="input" type="string" /> </Parameters> <Switch> <Case condition='Contains(%input, " -> ")'>Trim(Substring(%input, Add(IndexOf(%input, "->"), 2), Length(%input)))</Case> <Otherwise>%input</Otherwise> </Switch> </CustomOperator>