PHP removing more than one white-space
Posted
by ThinkingInBits
on Stack Overflow
See other posts from Stack Overflow
or by ThinkingInBits
Published on 2010-05-22T05:07:51Z
Indexed on
2010/05/22
5:10 UTC
Read the original article
Hit count: 268
So, If I have a string like
"hello what is my name"
How can I take all of the spaces and replace each with only one space?
Thanks!
© Stack Overflow or respective owner