Sometimes you may come up with two different regex's for one task. I wonder how you check if two regex's describe the same pattern?
Are there some algorithms for that checking?
Are there some (online) tools for that checking?
For example, I have two regex's here Can we rewrite lookbehind in terms of the if-then-else?, I would like to know if they are the same.
Thanks.