From 0f8e196b312b994eb09c43f90c74ac09f148454f Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Tue, 22 Mar 2022 10:08:34 -0700 Subject: [PATCH] Updated regex function (#46839) (#46841) (cherry picked from commit a0f5953cb380c6f988744a28fb8549b95606439f) Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> --- 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: