View Single Post
  #3 (permalink)  
Old 07-04-2007, 06:32 AM
Eric Eric is offline
Senior Member
 
Join Date: Jun 2007
Posts: 111
Eric is on a distinguished road
Well it looks like you're calling replaceAll correctly.
So you must be doing something else wrong.
Are you putting the string back.
You may need to provide more information or show us the rest of your code.

Code:
chartString = chartString.replaceAll("/charts_cache","charts_cache");
Greetings.

Eric
Reply With Quote