is there any way to solve python global flags error in re?
so i have lots of regular expressions, and i keep getting error according to global flags must be at the start of the regular expressions, is there any way to fix this problem or maybe somehow find global flags from the RE and then insert them at the start of my RE? or it makes a different matching pattern?
can i somehow use this solution?