bartbutenaers / node-red-contrib-blockly

A Node Red node for visual programming a function using Blockly
Apache License 2.0
89 stars 22 forks source link

[Request]Text split block #30

Closed cymplecy closed 6 years ago

cymplecy commented 6 years ago

Need a standard split function e.g

"red green blue" -> list["red","green","blue"]

needs parameter for char to use for split so it can handle "red,green,blue" -> list["red","green","blue"]

bartbutenaers commented 6 years ago

Hi Simon (@cymplecy),

Is the existing block from Google not enough for this purpose?

image

cymplecy commented 6 years ago

LOL Never thought to look in the List category :)

Did think it was very strange that there wasn't one :)