string stripped of all special characters only the characters a through z and 0 through 9, +/gi stripping away punctuation
var arr = sen.match(/[a-z0-9]+/gi);