| Author |
Searching for string usign JSTL
|
Fabio Fonseca
Greenhorn
Joined: Jan 19, 2006
Posts: 29
|
|
Is it possible to search & replace line breaks using JSTL? I want to populate a JS array with code coming from the database, but there is some text which comes with line breaks within it. Is there any way to search for the line breaks and remove then, so the JS can read it all alright??
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56233
|
|
|
As per forum instructions, please indicate the versions of JSP and the JSTL that you are using.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Fabio Fonseca
Greenhorn
Joined: Jan 19, 2006
Posts: 29
|
|
JSP - 2.0 JSTL - 1.1 [ July 20, 2006: Message edited by: Fabio Fonseca ] [ July 20, 2006: Message edited by: Fabio Fonseca ]
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56233
|
|
|
Look up the fn EL functions of the JSTL 1.1 in the JSTL 1.1 Specification. They're primarily focused on string manipulation.
|
 |
 |
|
|
subject: Searching for string usign JSTL
|
|
|