Suppose I have a regular language L under alphabet Σ. How do I show that the language L' is still a regular language when I insert a symbol in the middle?
For example, L includes a string w which consists of two substrings u and v (w = uv) I want to show that a regular language L' includes a string uxv where x is the inserted symbol.
Note that u and v doesn't have to have the same length, and x is also in the same alphabet Σ.
Thank you!