We're a place where coders share, stay up-to-date and grow their careers.
Good write! When I explain regular expressions I tend to mention the following points:
I also point people towards RegExr, especially the 'Tests' tab is amazing, make sure you also write tests for the things you do not want to match.
The greatest danger using regular expressions is a global search and replace. I can't tell you how many times I've seen inadvertent changes cause down stream problems.
Great to know. I'll update the post with a link to Regexer.
Good write! When I explain regular expressions I tend to mention the following points:
I also point people towards RegExr, especially the 'Tests' tab is amazing, make sure you also write tests for the things you do not want to match.
The greatest danger using regular expressions is a global search and replace. I can't tell you how many times I've seen inadvertent changes cause down stream problems.
Great to know. I'll update the post with a link to Regexer.