A low level regular expression library that uses deterministic finite automata. It supports a rich syntax with Unicode support, has extensive options for configuring the best space vs time trade off ...
"message": "Write a JSON file called /app/re.json that is a list of [regex, replacement] pairs. When executed in order with the Python code\n```\ndef all_legal_next ...