If you give this filter something like "class analysis" it will flag both words as bad (since they contain "ass" and "anal"). Recommend this fix unless someone has a better idea: ``` exp = '(%s)' %'\\b|\\b'.join(self.bad_words) ```