Let’s see other structures and details on what the world of regular expressions is. Special characters, greedy searches and back references. […]
Regular expressions – insights (part 2)

Let’s see other structures and details on what the world of regular expressions is. Special characters, greedy searches and back references. […]
Today’s topic is separated from programming languages but included in. Regular expressions are a very efficient meta-language when it comes to performing validations, replacements or searches where accuracy of intent is crucial. In particular, in this part, we will analyze the syntax of regular expressions metacharacters.Many hate them as they […]
At least once in your life as a developer you will need a regular expression to solve some kind of filter / search / query on strings. Whenever this happened, you probably turned to the internet. This is why I decided to compile a mini list with some of the […]