1.0.0 • Published 7 years ago

node-red-filter v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

node-red-filter

A node that filters messages using the given property name and regular expression. The property name is deep-searched, so you can use something like "payload.my.prop" to test over "prop". When the regexp matches the whole message will be returned, otherwise the whole message will be dropped. Example: .(json|xml)$ matches all .json and .xml filenames