Back to Elasticsearch

Not Rlike

docs/reference/query-languages/esql/kibana/docs/operators/not rlike.md

9.4.1483 B
Original Source

% This is generated by ESQL's AbstractFunctionTestCase. Do not edit it. See ../README.md for how to regenerate it.

NOT RLIKE

Use RLIKE to filter data based on string patterns using regular expressions. RLIKE usually acts on a field placed on the left-hand side of the operator, but it can also act on a constant (literal) expression. The right-hand side of the operator represents the pattern.