
January 27th, 2006, 07:26 PM
|
|
Contributing User
|
|
Join Date: Aug 2002
Posts: 110
Time spent in forums: 6 h 16 m 17 sec
Reputation Power: 11
|
|
|
Reformat string
How could I delete all the # symbols out of a string? Been working on this for a while with no success.
I want to turn something like this:
var str = 'this # is my sting #';
into this:
var str = 'this is my sting';
thanks in advance..
|