Skip to content

Commit

Permalink
further operator
Browse files Browse the repository at this point in the history
  • Loading branch information
pruemmer committed Apr 8, 2024
1 parent 1accb51 commit e386836
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ It is also possible to use prioritised finite-state transducers: multiple outgoi
| re.from_ecma2020 | Parse a regular expression in textual ECMAScript 2020 format [(example)](../master/tests/parse-ecma-cases.smt2) |
| re.from_ecma2020_flags | Parse a regular expression in textual ECMAScript 2020 format, with a second argument to specify flags [(example)](../master/tests/parse-ecma-cases.smt2) |
| re.case_insensitive | Make any regular expression case insensitive [(example)](../master/tests/case-insensitive.smt2) |
| re.from_automaton | Parse a finite-state automaton [(example)](../master/tests/automata.smt2) |


### Handling of capture groups

Expand Down

0 comments on commit e386836

Please sign in to comment.