Skip to content

Instantly share code, notes, and snippets.

@backupbrain
Created October 15, 2018 18:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save backupbrain/988722c40aec3c4974bc8a298a540caa to your computer and use it in GitHub Desktop.
Save backupbrain/988722c40aec3c4974bc8a298a540caa to your computer and use it in GitHub Desktop.
Tokenizer.prototype.stripComments = function(text) {
return text.replace(/\/\/[^\n]+/g, "");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment