From 477ccd0d63623c9c940c6ab789148e31563323db Mon Sep 17 00:00:00 2001 From: Aviad Levy Date: Thu, 2 May 2024 10:50:47 +0300 Subject: [PATCH] Better describing the question mark in regex (#32558) --- source/_includes/common-tasks/filters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_includes/common-tasks/filters.md b/source/_includes/common-tasks/filters.md index 9533bbc03cf..aed41f62775 100644 --- a/source/_includes/common-tasks/filters.md +++ b/source/_includes/common-tasks/filters.md @@ -32,4 +32,4 @@ Filters are applied as follows: The following characters can be used in entity globs: `*` - The asterisk represents zero, one, or multiple characters -`?` - The question mark represents a single character +`?` - The question mark represents zero or one character