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 apoc.text.split function that splits a string using a regexp (#502) #526

Merged
merged 3 commits into from
Jul 26, 2017
Merged

Conversation

capgeti
Copy link
Contributor

@capgeti capgeti commented Jul 25, 2017

I've Implemented the apoc.text.split function from the #502 issue. Is the null handling as expected or should it return an empty list instead of null?

@jexp
Copy link
Member

jexp commented Jul 26, 2017

Looks good, I just changed the examples to use actual regexps as parameters.

@jexp
Copy link
Member

jexp commented Jul 26, 2017

@capgeti can you send in the Neo4j CLA if you haven't yet: https://neo4j.com/developer/cla/

@jexp jexp merged commit 126df2f into neo4j-contrib:3.1 Jul 26, 2017
@jexp
Copy link
Member

jexp commented Jul 29, 2017

@capgeti please don't forget the CLA

@capgeti
Copy link
Contributor Author

capgeti commented Jul 29, 2017

@jexp 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 this pull request may close these issues.

2 participants