We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69369c9 commit 19d387eCopy full SHA for 19d387e
1 file changed
docs/reference/query-dsl/regexp-syntax.asciidoc
@@ -85,7 +85,7 @@ ab+ # matches 'abb', 'abbb', 'abbbb', etc.
85
Repeat the preceding character zero or more times. For example:
86
87
....
88
-abc # matches 'ab', 'abb', 'abbb', 'abbbb', etc.
+ab* # matches 'ab', 'abb', 'abbb', 'abbbb', etc.
89
90
--
91
0 commit comments