[[]]
= "All"
[[]] # Matches lines containing xyz (ignores case)
= "Having xyz"
= "(?i)xyz"
[[]]
= "Errors"
= "(?i)xyz"
= "Started (?P<matching>POST)?"
= "Completed (?P<matching>500)?"
#
# For further information on how to use the regex syntax please visit:
# https://doc.rust-lang.org/regex/regex/index.html#syntax
#