From d0e6f41be9ef56b99bf2f0b2b02b9b3b4c315be6 Mon Sep 17 00:00:00 2001 From: Akash Panwar Date: Wed, 15 Feb 2023 20:58:59 +0530 Subject: [PATCH] Grammatical error changed from "uses the ``i`` option perform" to "uses the ``i`` option to perform" --- source/reference/operator/query/regex.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/reference/operator/query/regex.txt b/source/reference/operator/query/regex.txt index 1dedf107a38..bc198cf1c5d 100644 --- a/source/reference/operator/query/regex.txt +++ b/source/reference/operator/query/regex.txt @@ -296,7 +296,7 @@ Example output: Perform Case-Insensitive Regular Expression Match ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -The following example uses the ``i`` option perform a +The following example uses the ``i`` option to perform a *case-insensitive* match for documents with ``sku`` value that starts with ``ABC``.