Describing some of the improvements made to the django snippets site over the past couple weeks and asking for user feedback on additional improvements they'd like to see.
Entries tagged with "snippets"
Django snippets site improvements, what would you like to see?
A handful of snippets
A collection of a few snippets I've made use of recently.
Remove profanity (or any words) with a regular expression
If you have comments on your site, or allow use generated content to appear in prominent places, it's a good idea to remove profanity. This regular expression matches case-insensitive for any bad words, and strips the entire word to the leading and trailing whitespace.
PHP Snippets now available on Github
My first github repo -- a collection of PHP Snippets.