Skip to content

Instantly share code, notes, and snippets.

@s22su
Created September 9, 2015 21:35
Show Gist options
  • Select an option

  • Save s22su/368073ff2ce70622fa36 to your computer and use it in GitHub Desktop.

Select an option

Save s22su/368073ff2ce70622fa36 to your computer and use it in GitHub Desktop.
str.replace(/o/gi, "0").replace(/l/g, "1").replace(/\+/i, "-").replace(/s/gi, "5").replace(/t/gi, "7").replace(/i/gi, "1").replace(/a/gi, "4").replace(/e/gi, "3")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment