Lecture 2 (Regular Expressions), 1/25/06

Concepts, definitions (in italics):

Reading/homework:

Skills: Notes:

Additional examples of regular expressions:

All decimals:

All strings over {0,1} where "0" is the third digit from the last:

All strings over {0,1} where "0" is the fourth digit from the last:

All strings over {0,1} consisting of an even number of ones and zeros