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

Implement more string-methods in monkey #39

Closed
skx opened this issue Oct 1, 2018 · 0 comments · Fixed by #41
Closed

Implement more string-methods in monkey #39

skx opened this issue Oct 1, 2018 · 0 comments · Fixed by #41

Comments

@skx
Copy link
Owner

skx commented Oct 1, 2018

At least

  • string.split
  • string.substring
  • string.replace
@skx skx closed this as completed in #41 Oct 1, 2018
skx added a commit that referenced this issue Oct 1, 2018
Port more (standard-library) functions to monkey, which closes #39 for now.

But no doubt more functions will come.

(Will add tests for these primitives when #40 is done.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant