Skip to content

Instantly share code, notes, and snippets.

@robstarbuck
Created March 30, 2016 12:33
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 robstarbuck/c45cb632c74ea3e9822cef846517fd94 to your computer and use it in GitHub Desktop.
Save robstarbuck/c45cb632c74ea3e9822cef846517fd94 to your computer and use it in GitHub Desktop.
Regex with a look-behind, useful for adding quotes to JSON
(?<=\,)[^,]*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment