Updated regex function (#46839)

pull/46835/head^2
achatterjee-grafana 4 years ago committed by GitHub
parent dd2a952c29
commit a0f5953cb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/sources/variables/filter-variables-with-regex.md

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

Loading…
Cancel
Save