--
http://nodered.org
Join us on Slack to continue the conversation: http://nodered.org/slack
---
You received this message because you are subscribed to the Google Groups "Node-RED" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-red+u...@googlegroups.com.
To post to this group, send email to node...@googlegroups.com.
Visit this group at https://groups.google.com/group/node-red.
For more options, visit https://groups.google.com/d/optout.
Thanks in advance !!
Bart
--
http://nodered.org
Join us on Slack to continue the conversation: http://nodered.org/slack
---
You received this message because you are subscribed to the Google Groups "Node-RED" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-red+unsubscribe@googlegroups.com.
To post to this group, send email to node...@googlegroups.com.
Visit this group at https://groups.google.com/group/node-red.
To view this discussion on the web, visit https://groups.google.com/d/msgid/node-red/0525d0d0-8387-4856-85e8-20bd5a598885%40googlegroups.com.
[{"id":"85d9312e.0b00f","type":"inject","z":"72bb69bc.630318","name":"Inject abcd","topic":"","payload":"abcd","payloadType":"str","repeat":"","crontab":"","once":false,"x":200,"y":320,"wires":[["25a2c3f1.74d60c","89ecffdd.12488","190edca8.9844e3","9f09c288.a1f55","2c5eee68.d7d852"]]},{"id":"190edca8.9844e3","type":"change","z":"72bb69bc.630318","name":"$1","rules":[{"t":"change","p":"payload","pt":"msg","from":"^(..)(..)$","fromt":"re","to":"$1","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":410,"y":320,"wires":[["f352d66c.81fdf8"]]},{"id":"f352d66c.81fdf8","type":"debug","z":"72bb69bc.630318","name":"$1","active":true,"console":"false","complete":"payload","x":610,"y":320,"wires":[]},{"id":"9f09c288.a1f55","type":"change","z":"72bb69bc.630318","name":"$2","rules":[{"t":"change","p":"payload","pt":"msg","from":"^(..)(..)$","fromt":"re","to":"$2","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":410,"y":360,"wires":[["7dab6d3c.9db6c4"]]},{"id":"7dab6d3c.9db6c4","type":"debug","z":"72bb69bc.630318","name":"$2","active":true,"console":"false","complete":"payload","x":610,"y":360,"wires":[]},{"id":"2c5eee68.d7d852","type":"change","z":"72bb69bc.630318","name":"$3","rules":[{"t":"change","p":"payload","pt":"msg","from":"^(..)(..)$","fromt":"re","to":"$3","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":410,"y":400,"wires":[["be497aa5.239558"]]},{"id":"be497aa5.239558","type":"debug","z":"72bb69bc.630318","name":"$3","active":true,"console":"false","complete":"payload","x":610,"y":400,"wires":[]},{"id":"89ecffdd.12488","type":"change","z":"72bb69bc.630318","name":"$0","rules":[{"t":"change","p":"payload","pt":"msg","from":"^(..)(..)$","fromt":"re","to":"$0","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":410,"y":280,"wires":[["8b741259.b17bf"]]},{"id":"8b741259.b17bf","type":"debug","z":"72bb69bc.630318","name":"$0","active":true,"console":"false","complete":"payload","x":610,"y":280,"wires":[]},{"id":"25a2c3f1.74d60c","type":"change","z":"72bb69bc.630318","name":"$&","rules":[{"t":"change","p":"payload","pt":"msg","from":"^(..)(..)$","fromt":"re","to":"$&","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":410,"y":240,"wires":[["19430b6f.958f35"]]},{"id":"19430b6f.958f35","type":"debug","z":"72bb69bc.630318","name":"$&","active":true,"console":"false","complete":"payload","x":610,"y":240,"wires":[]}]
--
http://nodered.org
Join us on Slack to continue the conversation: http://nodered.org/slack
---
You received this message because you are subscribed to the Google Groups "Node-RED" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-red+unsubscribe@googlegroups.com.
To post to this group, send email to node...@googlegroups.com.
Visit this group at https://groups.google.com/group/node-red.
To view this discussion on the web, visit https://groups.google.com/d/msgid/node-red/e0197bf4-a9ba-47fd-9ed6-e0d79d2a6d7d%40googlegroups.com.
This is *not* Node-RED specific.This is *not* about choice of RegEx library.
This is absolutely 'standard' JavaScript.Once we find the time, or someone chooses to help, the cookbook will cover more content of the core nodes. The cookbook wiki is meant to be a staging post, not the final destination. Someone still needs to actually create the recipe and open a pull-request to get it included. I wish I had more time to get it done - I don't.
--
http://nodered.org
Join us on Slack to continue the conversation: http://nodered.org/slack
---
You received this message because you are subscribed to the Google Groups "Node-RED" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-red+unsubscribe@googlegroups.com.
To post to this group, send email to node...@googlegroups.com.
Visit this group at https://groups.google.com/group/node-red.
To view this discussion on the web, visit https://groups.google.com/d/msgid/node-red/89dc1197-b13c-4af6-8f45-0475fab95174%40googlegroups.com.
> Maybe some delegation required?Absolutely. To whom should we delegate?Without people volunteering to do the work it inevitably falls back to me.
On 29 September 2017 at 15:08, Julian Knight <j.kni...@gmail.com> wrote:
On Friday, 29 September 2017 10:06:11 UTC+1, Nick O'Leary wrote:This is *not* Node-RED specific.This is *not* about choice of RegEx library.JK> Well it really is - but I didn't mean a JavaScript library, I meant something more general e.g the difference between PERL, PHP & JavaScript implementations of regex - my bad for not explaining properly.This is absolutely 'standard' JavaScript.Once we find the time, or someone chooses to help, the cookbook will cover more content of the core nodes. The cookbook wiki is meant to be a staging post, not the final destination. Someone still needs to actually create the recipe and open a pull-request to get it included. I wish I had more time to get it done - I don't.JK> I get this. I think this was discussed a while ago on Slack - that there really needs to be a slicker process of reviewing WIKI entries and then maybe assigning volunteers to turn the ideas into actual articles. Also mentioned was that some of the entries in the WIKI aren't really so suitable for a cookbook but maybe should be in the docs. Maybe some delegation required? Not suggesting me as my style of writing does tend to end up rather dry and technical and I suspect this role would benefit from slightly different skills :-} However, I am certainly happy to contribute what I can. The key is probably some good written guidelines and a review process.
--
http://nodered.org
Join us on Slack to continue the conversation: http://nodered.org/slack
---
You received this message because you are subscribed to the Google Groups "Node-RED" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-red+u...@googlegroups.com.
To post to this group, send email to node...@googlegroups.com.
Visit this group at https://groups.google.com/group/node-red.