Hi,
I have got a paragraph of words that i retrieve from my database, I wanted to convert this paragraph to a single sentence, for example, i got
ABCD
EFGH
IJKL from my database into a String call first, then I like to reorganise the paragraph into ABCD EFGH IJKL and put in into String second, anyone has any idea on how to do this using JSP codes?
thx!
I have got a paragraph of words that i retrieve from my database, I wanted to convert this paragraph to a single sentence, for example, i got
ABCD
EFGH
IJKL from my database into a String call first, then I like to reorganise the paragraph into ABCD EFGH IJKL and put in into String second, anyone has any idea on how to do this using JSP codes?
thx!