Defining REs
Where to get help:
- Simulator: http://www.rutgers.edu/~sgro/perltutor/regexp.html
- perldoc perlre
- c:/perl/html/index.html (select “Core Perl Docs” then “perlre”)
These slides use `perldoc perlre` and `perldoc perlop`
Notes:
Different types that vary in not so subtle ways. (* as opposed to .*).