How would I use the PHP function preg_match() to test a string to see if any spaces exist?
"this sentence would be tested true for
faster to use:
strstr($string, ' ');