can u tell me how to split a string using delimiter for example: inside <xq- expression=""><![CDATA) return <school>
{data($fulladdress)}
</school> ]]></xq-expression> here i get fulladdress "india , chennai , 123rd
street" i want to split this. i tried with xquery function its returning me an
error
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
can u tell me how to split a string using delimiter for example: inside <xq- expression=""><![CDATA) return <school>
{data($fulladdress)}</school> ]]></xq-expression> here i get fulladdress "india , chennai , 123rd
street" i want to split this. i tried with xquery function its returning me an
error
can u tell me how to split a string using delimiter
for example:
inside <xq-expression><![CDATA)
return
<school>
{data($fulladdress)}</school>
]]></xq-expression>
here i get fulladdress "india , chennai , 123rd street"
i want to split this. i tried with xquery function its returning me an error
tokenizer = new StringTokenizer(birthDate.toString(), "./-\");