I am currently trying to split a string of a mathematical function,
which I am currently respresenting as:

4x2+3x4 (which means 4x^2 + 3x^4)

and I need to split it into the individual terms, 4x2 and 3x4. Using a
string.split("+") method I get the error:

Syntax Error: U_REGEX_RULE_SYNTAX near index 1: +

how can I prevent this error occurring?

Thanks!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to