Evaluating XPath Expresssions
XPath
Result of XPath Evaluation
count(tokenize('bbb', 'a'))
1
tokenize('bbb', 'a')[1]
'bbb'