Regular expressions are and always have been ubiquitous in Software Engineering.
From input matching to complex parsing, their use is wide-spread. There are many
different regular expression engines out there. The most popular by far is PCRE
[https://www.pcre.org/], or Perl Compatible Regular Expressions. Go developers
will be