In the workbench, regular expressions support the following operations.
- Convert to FSA, which converts the regular expression to a non-deterministic finite state automaton that accepts the same language.
- Convert ฯ Regular Expression to NBAย – converts an ฯ-regular expression to a non-deterministic Bรผchi automaton (NBA) that accepts the same language;