Regular expressions are under-valued and most developers tend to only know the basics. Having a thorough understanding of how regular expressions work, will be incredibly helpful when you need to parse structured data. In essence, a regular expression – or regex – is an instruction set to parse “certain data” in a “certain string”. A
