This document summarizes a lecture on regular expressions and finite automata. It discusses the regular expression of the EVEN-EVEN language, the difference between a* + b* and (a+b)*, and how to represent finite automata using transition tables and diagrams. Examples are provided of finite automata that accept languages of strings of even length, odd length, starting or ending with certain letters, and both beginning and ending with the same letter. The key topics covered are regular expressions, properties of regular languages, and how to construct finite automata to accept various basic regular languages over an alphabet.