Skip to content

Commit 19d387e

Browse files
committed
Correct wildcard example
1 parent 69369c9 commit 19d387e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/reference/query-dsl/regexp-syntax.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ ab+ # matches 'abb', 'abbb', 'abbbb', etc.
8585
Repeat the preceding character zero or more times. For example:
8686

8787
....
88-
abc # matches 'ab', 'abb', 'abbb', 'abbbb', etc.
88+
ab* # matches 'ab', 'abb', 'abbb', 'abbbb', etc.
8989
....
9090
--
9191

0 commit comments

Comments
 (0)