CodeQL library for Python
codeql/python-all 0.11.13 (changelog, source)
Search

Member predicate RegExp::getAMode

Gets a mode (if any) of this regular expression. Can be any of:

  • DEBUG
  • ASCII
  • IGNORECASE
  • LOCALE
  • MULTILINE
  • DOTALL
  • UNICODE
  • VERBOSE
string getAMode()