#regex
Read more stories on Hashnode
Articles with this tag
I was recently asked to copy some data in a SQL Server database but to exclude records which had the words 'To Delete' in their names. This is a...
How to use a negative lookbehind in regex · One of the common searches I often want to make using regex is to find a piece of text which is not preceded...
A beginner's guide to using regex · Regex can be pretty intimidating to learn, but I've discovered that a little knowledge can go a long way. I'm far...