I want to let the user type in tags:
windows linux "mac os x"
and then split them up by white space but also recognizing "mac os x" as a whole word.
Is this possible to combine the explode function with other functions for this?
There has to be a way.