Whether you are parsing logs or validating input, using regular expressions is a great way to accomplish both of these things. The problem is: regular expressions can be hard and that will only grow ...
Last time, we used the like operator to find wildcard type matches. Now, let's find exactly what we're searching for with -Match. Last time we looked at using the Like operator to find wildcard type ...
I was hoping I could use "^$^Title" instead of "\r\n\r\nTitle", but that doesn't fly (and rightly so). Also I wasn't sure if "\r\n" would work on unix text files. Is there a more generic way I could ...