Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
If s2 is a regex and s1 is empty or None, then s1 is equivalent to all the strings, but s2 can also be a regex equivalent to all the strings (for instance `.*|[abc]`). In that case, the two regex are equivalent and subsets of each other.
- Loading branch information