Introduction

 

In detail

Advanced filters: regular expressions

Filters can also support advanced filtering using a filter language called regular expressions. Here are some common regular expressions (more details on this subject are available elsewhere on the internet):

SPECIAL:

Much more information on regular expressions can be found online. The wiki for regular expressions can be found here.

Examples

I want to receive all alerts while on duty, but only MCI and MAJOR calls while off duty.

I work on team A11, and I am on call for team B12. I want all alerts for B12, day or night, but only A11 when on duty.

My alerts look like this--"TC (traffic crash)", "UM (unknown medical)", "WATCH (fire watch)" etc. I want to receive TC and TC0 through TC1 calls, but nothing else. I want no alerts when off duty.

I want everything BUT calls that start with the word GENERAL.

YouTube: Filters