Skip to content

Instantly share code, notes, and snippets.

@trotzig
Created March 29, 2017 07:27
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 trotzig/a2f64b0411154a9301fd3886e8de05d6 to your computer and use it in GitHub Desktop.
Save trotzig/a2f64b0411154a9301fd3886e8de05d6 to your computer and use it in GitHub Desktop.
const REGEX_CONST_LET_VAR = /\A(const|let|var)\s+([\s\S]+?)\s*=\s*(w+?)(('|")([^\('|")]+)('|"));?\s*\Z/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment