extraction of text in jsp
843838Feb 23 2007 — edited Feb 27 2007hello, i was wandering hw cld you extract text from the below string...
using a form i recieve a string as a parameter the format as:
"some text , some text, some text "
i want to extract the text after the second comma...
i can get the first two text bu using split at the the comma but how do
i get the third?????????
thanks,
moh