Adding squaring (R²) to regex turns equivalence checking into exponential space.
For regular expressions extended with squaring (R² = RR), deciding equivalence is EXPSPACE-complete. Lower bound: encode an EXPSPACE TM's computation as regex.
Why squaring? Because a regex with squaring can describe languages requiring exponential-size minimal DFA — pushing the equivalence test to exponential space.
Sipser: §9.3. Stockmeyer–Meyer 1973 paper. Lecture notes: Module 7 slide 6. Companion problems: P12 (decidable trio), P57 (EXPTIME vs PSPACE).