Skip to content

Commit

Permalink
Update regex_filter.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Schrolli91 authored May 5, 2024
1 parent b7ba7f8 commit e164533
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docu/docs/modul/regex_filter.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ Vereinfacht kann man sagen, dass einzelnen Router ODER-verknüpft und die jeweil
regex: "fms" # check if mode is fms
- field: status
regex: "3" # check if status is 3
- name: "Allowed RICs"
checks:
- field: ric
regex: "(0000001|0000002|0000003)" # check if RIC is in the list
```
---
Expand All @@ -67,4 +71,4 @@ Vereinfacht kann man sagen, dass einzelnen Router ODER-verknüpft und die jeweil
---
## Zusätzliche Wildcards
- keine
- keine

0 comments on commit e164533

Please sign in to comment.