I was wondering how I could store a query such as this in an array : "hello again world"
the keywords would be in an input field with id = status, and would have to be split by ” “. Also how would I escape certain words and characters in this array as matched by the words/characters in the array stopwords
http://jsfiddle.net/pfQnt/