SLIDE 1
Basic Concepts
- Formal Languages
– Alphabet (!) – String (!*) – Length (|x|) – Empty String (") – Empty Language (#)
- Language/String
Operations
– “Regular” Operations:
- Union ($)
- Concatenation (•)
- (Kleene) Star (*)
– Other:
- Intersection
- Complement
- Reversal
- Shuffle
- ...