Skip to content

Instantly share code, notes, and snippets.

@squalvj
Last active February 15, 2024 07:39
Show Gist options
  • Save squalvj/4748b4e5f06798ac494f42cfca640f9e to your computer and use it in GitHub Desktop.
Save squalvj/4748b4e5f06798ac494f42cfca640f9e to your computer and use it in GitHub Desktop.
This is a ungreedy solution in regex javascript
/(.*?)/g
// (.*?) is ungreedy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment