Skip to content

validate: Place regex flags at the start of the regex

Jan Schmidt requested to merge thaytan/gstreamer:validate-regex-flags into main

In Python 3.11 it is an error to have regex flags in the middle of an expression, so make sure they appear at the start.

Fixes #1630 (closed)

Merge request reports