spanner_regular (283B)
1 # Spanner regular 2 3 two equivalent definitions ([peterfreund2019complexityb] section 2.4): 4 - with [variable_set_automaton] 5 - with [regex_formulas] extended with [union], [projection], and [join] 6 - optionally with [difference] 7 8 Up: [spanner] 9 10 See also: [variable_regular_expression]