Move ignore case indication to flags passed to re
Recent python (3.11) does not make parsetab.py successfully, because some token
regexp is starting with (?i)
flag. Remove that flag from regex and pass it
as extra flags parameter instead.
Edited by Mark Andrews