An Idiosyncratic Blog
Blog
Snippets
Tags
Regular-expression
Snippets
‼️ The difference between String.match() and String.matchAll()
JavaScript
May 26, 2021
match and matchAll can be used to match string using regex. But are they same?