Skip to content

Instantly share code, notes, and snippets.

@pifantastic
Created August 23, 2011 22:20
Show Gist options
  • Save pifantastic/1166762 to your computer and use it in GitHub Desktop.
Save pifantastic/1166762 to your computer and use it in GitHub Desktop.
<?php
$title = "Whats up?";
echo preg_replace('/[^[:alnum:]]/', '', $title);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment