string manipulation
Hi,I have a string //test/me/here.jsp. I want to change this to /test/me/here. Is there an efficent way to do this? Basically, i want to remove the .jsp from the end of the string and remove '/' from the begining of the string.Thanks,-V