muesli / beehive

A flexible event/agent & automation system with lots of bees 🐝
GNU Affero General Public License v3.0
6.28k stars 319 forks source link

Adds "Matches" support to filters #216

Closed rubiojr closed 5 years ago

rubiojr commented 5 years ago

So we can add things like:

{{test Matches .text "^My.*foobar$"}}

When adding filters to chains.

rubiojr commented 5 years ago

Originally added in https://github.com/muesli/beehive/pull/61, looks like we missed this with the last filters refactor.