Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create string method split #2

Closed
sam701 opened this issue Oct 13, 2020 · 0 comments
Closed

Create string method split #2

sam701 opened this issue Oct 13, 2020 · 0 comments
Labels

Comments

@sam701
Copy link
Owner

sam701 commented Oct 13, 2020

Create a string method split, so that the following expression compiles to true

"aa,bb,cc".split(",") == ["aa", "bb", "cc"]

Have a look at syconf-lib/src/compiler/methods/string.rs

ankuranandapu pushed a commit to ankuranandapu/syconf that referenced this issue Oct 27, 2020
ankuranandapu pushed a commit to ankuranandapu/syconf that referenced this issue Oct 27, 2020
ankuranandapu pushed a commit to ankuranandapu/syconf that referenced this issue Oct 27, 2020
@sam701 sam701 closed this as completed in 95051cb Oct 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant