Patterns
Pattern can be regex (/regex/)
~ used for matching regex
!~ tests for not matching regex
Pattern can also compare field or variable to value:
BEGIN and END are special patterns
Nothing for pattern -> applies to all records
Can combine patterns with && (and), || (or)