How to detect empty space in PHP?

coedeed

New Member
How can I detect all empty spaces in a string that are the result of more than one space key being entered.In other words I don't wan to detect this:\[code\]" "\[/code\]But anything greater than that. For example:\[code\]" ", " ", etc...\[/code\]
 
Back
Top