Skip to content

Instantly share code, notes, and snippets.

@sbeitzel
Created May 15, 2016 16:19
Show Gist options
  • Select an option

  • Save sbeitzel/1065e8a657b935edfed1060b742d3ec0 to your computer and use it in GitHub Desktop.

Select an option

Save sbeitzel/1065e8a657b935edfed1060b742d3ec0 to your computer and use it in GitHub Desktop.
Javascript regex for internet comments
var newText = text.replace(/(^|\s)([Ii])t's/g, "$1$2t is");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment