Example Σ={0,1} Find R such that L(R)={x∈Σ∗,∣x∣ is even} R=((0+1)(0+1))∗ Alternatively, R=(00+01+10+11)∗