nst
10-31-2006, 05:38 PM
Is there a way to get rid of blank spaces in a variable?
e.g. $str = "foo f o o" should be "foofoo"
trim makes is good for the start and the end of the string, but what about the rest?
Thanks.
e.g. $str = "foo f o o" should be "foofoo"
trim makes is good for the start and the end of the string, but what about the rest?
Thanks.