Script unit that provides functions for managing Uniform Resource Identifier (URI) references.
Methods |
---|
function of(value: string): uri Creates an URI reference from a string. |
function of(value: string): uri
Creates an URI reference from a string.
Parameters :
value: the input value, for example 'https://www.tibco.com'.
Return :
the URI.
Can be used in: Script tasks, Table triggers, Function fields