automata-from-regex
automata-from-regex copied to clipboard
how to do exclusive or(XOR)?
http://stackoverflow.com/questions/247167/exclusive-or-in-regular-expression
for example, how to do this one:
/^(foo|bar){1}$/