Ben
2009-11-21 14:17:13 UTC
http://ottodestruct.com/itunes/explicit.txt
to recognize any bad words and mark the song as explicit. But the problem is, the script recognizes any word with a bad word WITHIN it too and marks it as explicit. For example, "hello" is explicit according to the script because it contains the word "Hell". Is there a way in JavaScript for me to make it recognize the full word only when it's alone and not when it's within another word?