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 ".*")A list of wildcard patterns.