Skip to content
Snippets Groups Projects
Commit c58eacfc authored by Marco Pracucci's avatar Marco Pracucci Committed by Cyril Tovena
Browse files

Added a note about regex accepted syntax in the filter expression (#746)

parent 6b4a9348
No related branches found
No related tags found
No related merge requests found
......@@ -66,6 +66,8 @@ The following filter types have been implemented:
- `|~` line matches regular expression.
- `!~` line does not match regular expression.
The regex expression accepts [RE2 syntax](https://github.com/google/re2/wiki/Syntax). The matching is case-sensitive by default and can be switched to case-insensitive prefixing the regex with `(?i)`.
### Query Language Extensions
The query language is still under development to support more features, e.g.,:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment