Coming up is something that could be considered infuriating but very useful, if not the whole point of Perl.
Regular expressions (Regex) in effect, scan a scalar looking for patterns of text using specific rules.
I’m not going to do too many examples due to how variable Regexs can be.