Enumeration

AgsRegexUtilCompileFlags

since: 6.0

Declaration

flags Ags.RegexUtilCompileFlags

Description [src]

Enum values to control the behavior of ags_regex_util_compile() and related by enable/disable as flags.

Available since: 6.0

Members

AGS_REGEX_UTIL_POSIX_EXTENDED_SYNTAX
No description available.
  • Value: 1
  • Nickname: regex-util-posix-extended-syntax
  • Available since: 6.0
AGS_REGEX_UTIL_CASE_INSENSITIVE
No description available.
  • Value: 2
  • Nickname: regex-util-case-insensitive
  • Available since: 6.0
AGS_REGEX_UTIL_NO_POSITION_REPORT_OF_MATCHES
No description available.
  • Value: 8
  • Nickname: regex-util-no-position-report-of-matches
  • Available since: 6.0
AGS_REGEX_UTIL_NO_NEWLINE_MATCH
No description available.
  • Value: 4
  • Nickname: regex-util-no-newline-match
  • Available since: 6.0