How can I split strings separated by \"/\" inside a jsp page using JSTL?
I have a string in this format: **
\"23/11/2010\"
Use the JSTL fn library. They have a split in there.