Class RegexFlags

java.lang.Object
com.azure.core.util.ExpandableStringEnum<RegexFlags>
com.azure.search.documents.indexes.models.RegexFlags

public final class RegexFlags extends com.azure.core.util.ExpandableStringEnum<RegexFlags>
Defines values for RegexFlags.
  • Field Details

    • CANON_EQ

      public static final RegexFlags CANON_EQ
      Static value CANON_EQ for RegexFlags.
    • CASE_INSENSITIVE

      public static final RegexFlags CASE_INSENSITIVE
      Static value CASE_INSENSITIVE for RegexFlags.
    • COMMENTS

      public static final RegexFlags COMMENTS
      Static value COMMENTS for RegexFlags.
    • DOT_ALL

      public static final RegexFlags DOT_ALL
      Static value DOTALL for RegexFlags.
    • LITERAL

      public static final RegexFlags LITERAL
      Static value LITERAL for RegexFlags.
    • MULTILINE

      public static final RegexFlags MULTILINE
      Static value MULTILINE for RegexFlags.
    • UNICODE_CASE

      public static final RegexFlags UNICODE_CASE
      Static value UNICODE_CASE for RegexFlags.
    • UNIX_LINES

      public static final RegexFlags UNIX_LINES
      Static value UNIX_LINES for RegexFlags.
  • Constructor Details

    • RegexFlags

      public RegexFlags()
  • Method Details

    • fromString

      public static RegexFlags fromString(String name)
      Creates or finds a RegexFlags from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding RegexFlags.
    • values

      public static Collection<RegexFlags> values()
      Gets known RegexFlags values.
      Returns:
      known RegexFlags values.