Skip to content

A Node-RED custom node to filter messages with else support

Notifications You must be signed in to change notification settings

Jacques44/node-red-filter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Node-RED custom node to filter messages with else support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 56.3%
  • JavaScript 43.7%