Regular expressions in PowerShell and Perl

This is one of the most popular pages on my website:

Regular expressions in PowerShell and Perl

It’s about how you use regular expressions in PowerShell—how to do matches, replacements, etc.—rather than the grammar of regular expressions. It makes comparisons to Perl, in case you’re already familiar with how to use regular expressions there.