Link of the Day [12.03.22]

One of my favorite programming things is regular expressions. What are regular expressions? Well, they’re patterns mainly used to search text files particular words. It’s a code for how to find a needle in the haystack. My favorite is Perl regular expressions. I like programming in Perl because I like using it for searching for text in a file and processing that text into what I need to do. I hate when your search feature doesn’t use Perl regular expressions. (I am looking at you sed.)

Today’s link is to help you to use regular expressions. I think I have to read this, too.

https://perldoc.perl.org/perlre

Posted by broderic

Yo! I'm the writer here. Super sauce.