Checking if regular expressions are equivalent

88 Views Asked by At

Is there a quick script/tool to check if two regular expressions are equal? For example: I want to know if 0*(01 + 11) is equal to (0*01 + 0*11) i.e. Can I multiply them just as basic math?