Skip to content

Instantly share code, notes, and snippets.

@markjaquith
markjaquith / fcc.php
Created July 2, 2011 04:43
I hear the FCC wrote a WordPress plugin. This is what I expected it to be.
<?php
class FCC_Safe_Harbor_Indecency_Plugin {
static $instance;
private $seven_dirty = array(
'shit(s|ty|head)?' => '{BLEEP}$1',
'piss(es|ed|ing)?' => '{BLEEP}$1',
'fuck(s|er|ers|ing|ed)?' => '{BLEEP}$1',
'cunt([ys])?' => '{BLEEP}$1',
'cock(sucker[s]?)' => '{BLEEP}$1',