Vyxal / Vyxal

A code-golfing language experience that has aspects of traditional programming languages - terse, elegant, readable.

Home Page:https://vyxal.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

String to number

GenericProgrammer1234 opened this issue · comments

Make a way to convert strings to numbers.

What should the behavior be for strings that contain non-numeric characters? i.e. return the original string, ignore all non-numeric characters, return 69, etc.

v2 behaviour: strip non-numeric.

I'm actually working on this rn, even before you commented :p

done