word

Format:
word(text_expr, [int_expr token_number[, text_expr deli]])
Result:
Text
Description:
The first argument is decoded as a text string. The second argument specifies the number of the token which is returned, the default it 1. The third argument is the string of delimiters, the default is “ ,:" (blank space, comma, colon).
e.g.:
SPECTRA> s1 = "dies ist ein test"
SPECTRA> * = word(s1, 2)
ist