Using special characters in expressions is not documented.
Using special characters in expressions is not documented.
For example to use '
(single quote) as delimiter for split
expression you need to use it's ASCI value:
split(option[39].text, 0x27, 1)