Thanks to @knolleary for pointing out how to do the export.
and you will get this:
// name: Lower case
// outputs: 1
msg.payload = msg.payload.toLowerCase();
return msg;
Thanks to @knolleary for pointing out how to do the export.
and you will get this:
// name: Lower case
// outputs: 1
msg.payload = msg.payload.toLowerCase();
return msg;