In a recent article called, PowerShell Problem Solver: PowerShell String Parsing with Substrings, I showed you some ways to parse strings with PowerShell. For many PowerShell beginners, splitting strings works just fine. Eventually you’ll realize that you want more control, and this is where regular expressions come into play. I am not going to try and teach your regular expressions from scratch.
↧