JC-Orozco / BlocksIDE

Complete Blocks js development environment including js to blocks and blocks to js conversions
https://jc-orozco.github.io/BlocksIDE/build/index.html
Apache License 2.0
73 stars 19 forks source link

split #1

Closed NeilFraser closed 7 years ago

NeilFraser commented 7 years ago

The regular expression is quoted here:

foo.split(/\d/);

This fails to render anything.

'a1b2c'.split(/\d/);

JC-Orozco commented 7 years ago

On version 0.3.4 the first example is solved but the second one not yet: The regular expression in the example is no longer quoted. String dot chaining is not yet supported.

JC-Orozco commented 7 years ago

Fixed on version 0.3.9