Skip to content

Commit 9f63c29

Browse files
authored
Update rlike.md
1 parent 62e1dc3 commit 9f63c29

File tree

1 file changed

+1
-1
lines changed
  • docs/reference/query-languages/esql/_snippets/operators/layout

1 file changed

+1
-1
lines changed

docs/reference/query-languages/esql/_snippets/operators/layout/rlike.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
:class: text-center
66
:::
77

8-
Use `RLIKE` to filter data based on string patterns using using [regular expressions](/reference/query-languages/query-dsl/regexp-syntax.md). `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.
8+
Use `RLIKE` to filter data based on string patterns using [regular expressions](/reference/query-languages/query-dsl/regexp-syntax.md). `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.
99

1010
:::{include} ../types/rlike.md
1111
:::

0 commit comments

Comments
 (0)