I am not very familiar with the regular expression in
java...
I want to get all the
string tokens froma an expression eg.
from exression (abc+def)/abc then what will be the regular expression that returns only stings from the expression say
abc def abc ?