Updated regex function (#46839)

This commit is contained in:
achatterjee-grafana 2022-03-22 12:39:30 -04:00 committed by GitHub
parent dd2a952c29
commit a0f5953cb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ backend_04
Regex:
```regex
/.*[01|02]/
/(01|02)$/
```
Result: