Regular expressions, or regex, need not be scary and thus a barrier to adoption in your code. This session introduces the basic building blocks, shows how easy they are to test and use via PowerShell and goes into grouping which arguably is its most useful feature as it allows you to validate and parse/tokenise strings in a single statement.