CodeQL library for Java/Kotlin
codeql/java-all 0.8.12 (changelog, source)
Search

Member predicate Regex::getAMode

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

  • IGNORECASE
  • UNIXLINES
  • MULTILINE
  • DOTALL
  • UNICODE
  • VERBOSE
  • UNICODECLASS
string getAMode()