Hi,
A few thoughts about the following would be great,
I have a
String that can vary in length from null to 500 characters in length,
When the String contains the name of a book, i need the name of the book to be replaced with %BOOKSTART%book:<nameOfBook>%BOOKEND%,
there can be multiple books in the String (i.e. "There is a book:where and another one here book:here" - will be replaced with "There is a %BOOKSTART%book:where%BOOKEND% and another one here %BOOKSTART%book:here%BOOKEND%"
Whats the best way to do this with performance and efficency in mind?
Thanks in Advance,
Bryan