Javascript - Take care of Regular Expressions
These text here is my summary of things I learned while reading the eloquentJS book. In order to understand the issues mentioned in a book better, I have created a different examples.
Take care when using Regular expressions in Javascript.
1) lastIndex is not refreshed, when using global regular expressions for multiple exec calls.
Take care when using Regular expressions in Javascript.
1) lastIndex is not refreshed, when using global regular expressions for multiple exec calls.
Comments