node-red-contrib-filter-else
v0.1.0
Published
Filter messages using a regexp on the given message property.
Downloads
7
Readme
node-red-filter with else support
Original work by pste (https://github.com/pste/node-red-filter) A node that filters messages using the given property name and regular expression. When the regexp matches the whole message will be returned, otherwise it will be sent to the second output. Example: .(json|xml)$ matches all .json and .xml filenames