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

New function: array[string] split(string $separator, string $subject) #35

Open
biochimia opened this issue May 14, 2017 · 2 comments
Open

Comments

@biochimia
Copy link

I propose the addition of a split() function, counterpart to the already standard join() function. split breaks a string into an array of substrings that are separated by $separator in the original $subject.

(Not entirely unlike Python's string.split() function)

@morokin
Copy link

morokin commented Apr 4, 2018

Perhaps issue opened in wrong repo

@henning
Copy link

henning commented Jan 29, 2020

BTW: the python implementation README states this repository is the place for extension proposals: https://github.com/jmespath/jmespath.py#custom-functions (dont know about other implementation's repos)

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

No branches or pull requests

3 participants