-
Notifications
You must be signed in to change notification settings - Fork 5
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
String explode #52
Comments
I think we already have similar proposal opened by @jimscarver. Is there something additional you want to add in your proposal? |
#37 suggests a regex. This is a simple delimiter split. |
Regular expressions are part of @fabcotech proposal: Maybe @jimscarver can define |
@jimscarver is out-of-action for now. |
Motivation
Rholang currently does not support string-level operations. It is desirable to include a simple delimiter-based parsing of string data
Rholang is better with string primitives
Motivating Examples
Hierarchical naming cannot be supported using strings
@TheoXD A string such as
/my/file/goes/here
cannot be understood using the delimiter/
@fabcotech A string such as
this.is.my.domain
cannot be understood using the delimiter.
@tgrospic Code available at https://github.com/r-publishing/rchain/tree/feature-explode
The text was updated successfully, but these errors were encountered: