IvanMathy / Boop

A scriptable scratchpad for developers. In slow yet steady progress.
https://boop.okat.best
MIT License
3.84k stars 356 forks source link

Join lines into a JS-like array #282

Open klinquist opened 3 years ago

klinquist commented 3 years ago

This script joins lines into a JS array, converting to numbers to numbers along the way: Sample input:

line 1,
23.12
another
option
-85

Output:

["line 1,",23.12,"another","option",-85]
sonarcloud[bot] commented 3 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication