Returns the specified occurrence of a token in a string. A token may be marked by a delimiter in a specified set of delimiters. ...

Returns the specified occurrence of a token in a string. A token may be marked by a delimiter in a specified set of delimiters. The function returns an empty string if the occurrence is not found. The string parameter must evaluate to a character expression, and the occurrence parameter must evaluate to an integer.