|
Hi guys,
I need some help here, I'm new to java, and I need to parse an expression to a String.
I was looking to the Stringtokanizer, but I don't thing it work, because you need to put space in the btw tokens. And I need to que the hole expression and divide it.
here is an example of what I need to do.
(3+4) and I need to parese everything the 3 the + and the 4
can some one sugest any think, like what should I use to do it.
thx..
|
|
|
|
|
|
|
|