Updated regex function (#46839) (#46841)

(cherry picked from commit a0f5953cb3)

Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
This commit is contained in:
Grot (@grafanabot)
2022-03-22 13:08:34 -04:00
committed by GitHub
co-authored by achatterjee-grafana
parent cd6044b5a5
commit 0f8e196b31
@@ -26,7 +26,7 @@ backend_04
Regex:
```regex
/.*[01|02]/
/(01|02)$/
```
Result: