Package org.elasticsearch.xpack.esql.core.expression.predicate.regex
package org.elasticsearch.xpack.esql.core.expression.predicate.regex
-
ClassDescriptionRegexMatch<T extends StringPattern>Similar to basic regex, supporting '?' wildcard for single character (same as regex ".") and '*' wildcard for multiple characters (same as regex ".*")Classification of a
WildcardPatterninto the simple fast-path shapes.*literal*— pattern matches values that containliteral.Anything that does not matchWildcardPattern.Shape.Prefix,WildcardPattern.Shape.Suffix, orWildcardPattern.Shape.Contains.literal*— pattern matches values that start withliteral.*literal— pattern matches values that end withliteral.A list of wildcard patterns.