Check out some strings in the language of a formal regular expression.
Check if a formal regular expression accepts a string.
Notes: Use "e" for ε. The acceptable alphabet is any character except e, +, |, *, (, ).
Check if two formal regular expressions are equivalent.