Class RegexFlags
java.lang.Object
com.azure.core.util.ExpandableStringEnum<RegexFlags>
com.azure.search.documents.indexes.models.RegexFlags
Defines values for RegexFlags.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RegexFlags
Static value CANON_EQ for RegexFlags.static final RegexFlags
Static value CASE_INSENSITIVE for RegexFlags.static final RegexFlags
Static value COMMENTS for RegexFlags.static final RegexFlags
Static value DOTALL for RegexFlags.static final RegexFlags
Static value LITERAL for RegexFlags.static final RegexFlags
Static value MULTILINE for RegexFlags.static final RegexFlags
Static value UNICODE_CASE for RegexFlags.static final RegexFlags
Static value UNIX_LINES for RegexFlags. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RegexFlags
fromString
(String name) Creates or finds a RegexFlags from its string representation.static Collection<RegexFlags>
values()
Gets known RegexFlags values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
CANON_EQ
Static value CANON_EQ for RegexFlags. -
CASE_INSENSITIVE
Static value CASE_INSENSITIVE for RegexFlags. -
COMMENTS
Static value COMMENTS for RegexFlags. -
DOT_ALL
Static value DOTALL for RegexFlags. -
LITERAL
Static value LITERAL for RegexFlags. -
MULTILINE
Static value MULTILINE for RegexFlags. -
UNICODE_CASE
Static value UNICODE_CASE for RegexFlags. -
UNIX_LINES
Static value UNIX_LINES for RegexFlags.
-
-
Constructor Details
-
RegexFlags
public RegexFlags()
-
-
Method Details
-
fromString
Creates or finds a RegexFlags from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding RegexFlags.
-
values
Gets known RegexFlags values.- Returns:
- known RegexFlags values.
-