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
You can use:
preg_match('/[\s]+/',.....)