How would I go about detecting whitespace within a string? For example, I have a name string like:
\"Jane Doe\"
Keep in mind that I don\'t want to trim or re
http://no.php.net/strpos
0) echo 'Including space'; else echo 'Without space'; ?>