Skip to content

Instantly share code, notes, and snippets.

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 miyohide/9d7ff1965c61ae3e7e6db5c30a0a649b to your computer and use it in GitHub Desktop.
Save miyohide/9d7ff1965c61ae3e7e6db5c30a0a649b to your computer and use it in GitHub Desktop.
s = "'aaaa', 'bbb', 'ccc,ddd'"
s.scan(/['"](?:[^'\"])*['"]/) # => ["'aaaa'", "'bbb'", "'ccc,ddd'"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment