Hi guys,
I'm working on a project and wanted to know if there is a good / trusted way to break a string apart into words. I want to get all the words in a string that will be used in a mysql query.
I tested with str_word_count but it breaks up the string into characters like (a, b) if there are no words in the string.
Thanks in advance.