
Using PowerShell Select-String to Match Regular Expressions
This blog provides a simple example of using PowerShell select-string to match regular expressions. Select-string and regular expressions come in really useful when we want to extract specific data from a string that matches a particular pattern. Consider this URL:...

