Generically how could I perform a search and replace on a link or text
piece that came from a
database.
Here is an example. I need to tag links with special identifiers on
some
JSP pages. The links
are sent via the database to a template, so you cannot parse the tags
the normal way or use
functions since the page is already been parsed. Someone said to use a
search and replace.
What is the best way to do that.