In Part 1 , we used Regular Expressions to extract useful information from noise text. That was pretty cool, and we used the operator -match , the automatic PowerShell variable $matches and the powerful Get-Matches function. Today, we'll use Regular Expressions again, but this time they are used...