Closed sam701 closed 4 years ago
Create a string method split, so that the following expression compiles to true
true
"aa,bb,cc".split(",") == ["aa", "bb", "cc"]
Have a look at syconf-lib/src/compiler/methods/string.rs
syconf-lib/src/compiler/methods/string.rs
Create a string method split, so that the following expression compiles to
true
Have a look at
syconf-lib/src/compiler/methods/string.rs