INTRODUCTION
The regex (regular expressions) are very useful for programmers. Using this device you can describe every string that presents to its inside a certain regularity.
We don’t want to talk about formal languages or formal grammars, we are going to bring you some examples that show how it works.
Think about having a web page with a […]