Skip to content

PatternFlags

The PatternFlags column on a container field defines inline abbreviations for regex options that affect how the Pattern regex is evaluated. Any combination of the flags i, m, are valid, with the following meaning:

  • m equivalent to RegexOptions.MultiLine
  • i equivalent to RegexOptions.IgnoreCase

Controls

The PatternFlags column applies to the following controls: