last modified 4/16/01

Regular Expressions

Some basic, informal definitions:
alphabet
a set of symbols (binary alphabet, for example, has symbols 0 & 1)
string
a finite set of symbols from that alphabet
language
a set of strings (made up of symbols from its alphabet)
regular expression (RE)
a way of describing a particular language

More specifically, a regular expression can be

main page