Skip to content

Fix issue "global flags not at the start of the expression at position 13"

Simon Vandevelde requested to merge EAVISE/rdv/KeBAP:iss1 into master

In Python 3.11, the regular expressions to capture theory, vocabulary and structure are not allowed due to the local (?i) expression.

Merge request reports