hi all,
i have a string of type
<a><b><c>123</c></b></a> ( i know it looks like xml data, and it is but i have an array of these strings)
now what i want to do is get value in 'c' node. i thought of using substring but as value of 'c' node may change from 5 to any number of characters. i have tried couple of more things but m unable to get it right.
any help will be appreciated
i have a string of type
<a><b><c>123</c></b></a> ( i know it looks like xml data, and it is but i have an array of these strings)
now what i want to do is get value in 'c' node. i thought of using substring but as value of 'c' node may change from 5 to any number of characters. i have tried couple of more things but m unable to get it right.
any help will be appreciated
Comment