Skip to content

Instantly share code, notes, and snippets.

@thebyrd
Created August 21, 2013 03:34
Show Gist options
  • Save thebyrd/6290078 to your computer and use it in GitHub Desktop.
Save thebyrd/6290078 to your computer and use it in GitHub Desktop.
Make all of your tweets look like @fat's
function fatify (str) {
return str.replace(/[\.,-\/#!$%\^&\*;:{}=\-_`~()]/g,"").toLowerCase()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment