Calculate the difference and intersection of any two regexes
1–10 of 127 posts
Re: Calculate the difference and intersection of any two regexes
#2It’s a really incredible demonstration of some highly non-trivial operations on regular expressions.
Re: Calculate the difference and intersection of any two regexes
#3Re: Calculate the difference and intersection of any two regexes
#4The amazing page computes binary relations between pairs of regular expressions and shows a graphical representation of the DFA. It’s a really incredible demonstration of some highly non-trivial operations on regular expressions.
Re: Calculate the difference and intersection of any two regexes
#5Re: Calculate the difference and intersection of any two regexes
#6Re: Calculate the difference and intersection of any two regexes
#7Re: Calculate the difference and intersection of any two regexes
#8The amazing page computes binary relations between pairs of regular expressions and shows a graphical representation of the DFA. It’s a really incredible demonstration of some highly non-trivial operations on regular expressions.
It's very cool, but also no wonder that it doesn't support all those features of regexes which technically make them not regular expressions anymore. Though, I would have thought ^ and $ anchors shouldn't be a problem?
Re: Calculate the difference and intersection of any two regexes
#9Kinda related but I'm looking for something that could give me the number of possible matching strings for a simple regex. Does such a tool exist ?
Re: Calculate the difference and intersection of any two regexes
#10Kinda related but I'm looking for something that could give me the number of possible matching strings for a simple regex. Does such a tool exist ?