Class RegexFlags


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

      • 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 Detail

      • RegexFlags

        public RegexFlags()
    • Method Detail

      • 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.