From a0f5953cb380c6f988744a28fb8549b95606439f Mon Sep 17 00:00:00 2001 From: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> Date: Tue, 22 Mar 2022 12:39:30 -0400 Subject: [PATCH] Updated regex function (#46839) --- docs/sources/variables/filter-variables-with-regex.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/variables/filter-variables-with-regex.md b/docs/sources/variables/filter-variables-with-regex.md index 299b1d5891f..eadbfe7cf16 100644 --- a/docs/sources/variables/filter-variables-with-regex.md +++ b/docs/sources/variables/filter-variables-with-regex.md @@ -26,7 +26,7 @@ backend_04 Regex: ```regex -/.*[01|02]/ +/(01|02)$/ ``` Result: