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

Add string manipulation functions #777

Closed
nathanielc opened this issue Aug 3, 2016 · 0 comments
Closed

Add string manipulation functions #777

nathanielc opened this issue Aug 3, 2016 · 0 comments
Milestone

Comments

@nathanielc
Copy link
Contributor

Similar to how we have the Go math package exposed via TICKscript functions we should do the same for the strings package.

Some initial thoughts.

  • Only import functions that take strings args and other TICKscript primitives, not rune based functions.
  • Since the function names in the strings package are scoped by the strings. name in the Go language but TICKScript has global scope we need to decide on a consistent naming convention for these functions. Probably prefixing the functions with str will be enough.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant