This document provides instructions for a lab on using regular expressions. It has three parts:
1) Complete an online regex tutorial to learn about metacharacters like *, ., [], etc.
2) Describe the meaning of sample regex patterns like ^83, [A-Z]{2,4}, 2015, etc.
3) Verify the pattern descriptions by searching a log file with the regexes and checking for matches.