Skip to content

Instantly share code, notes, and snippets.

@EvanBurchard
Created June 3, 2010 17:34
Show Gist options
  • Save EvanBurchard/424195 to your computer and use it in GitHub Desktop.
Save EvanBurchard/424195 to your computer and use it in GitHub Desktop.
matching last comma in a string with negative lookahead
,(?!.*,)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment