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
[\\S]
upper case- 'S' will surely work.