Definition Let R be a regex L(R) is the set of Strings in Full Language Σ∗ that match R Matches L(∅)=∅ L(ϵ)={ϵ} L(c)={c}, ∀c∈Σ L((S+T))=L(S)∪L(T) L((ST))=L(S)L(T) L(S∗)=L(S)∗