hi
i want to break the following string..
{ok,[{operators,'sri','mob',45,45,45,45},{operators,'sri','dia',45,45,45,45}]}
by using {operators, this point..
i used the StringTokenizer class to do this by giving the {operators, as Delimiter.
But when it runs it gives completely different result than I expected
that is it was matched any character that the delimiter include..
So please anyone can help me to do this