I am still working on form validation and figure I need to check for profanity in case some prankster wants to get cute with a form. Was looking               at Regexp::Common::profanity but wondering how other dancer programmers have handled this in their own projects.

Thanks

P.S. I know that some are of the mind that filtering for profanity is not worth the effort. I respect that opinion but still want to try.