Last active
February 15, 2024 07:39
-
-
Save squalvj/4748b4e5f06798ac494f42cfca640f9e to your computer and use it in GitHub Desktop.
This is a ungreedy solution in regex javascript
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/(.*?)/g | |
// (.*?) is ungreedy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment