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

TINKERPOP-3083 Change split to parse a string into individual characters if the separator is an empty string #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

andreachild
Copy link
Owner

@andreachild andreachild commented Aug 21, 2024

TINKERPOP-3083 Change split() local and global steps to parse a string into individual characters if the separator is an empty string - previous implementation left the string intact. Introduced StringUtil utility class to reuse logic between the global and local step classes.

@andreachild andreachild self-assigned this Aug 21, 2024
@andreachild andreachild force-pushed the TINKERPOP-3083_split branch 2 times, most recently from 859daaf to f45d11a Compare August 22, 2024 22:50
… StringUtil.split utility method which will split the given string into a list of individual string characters if the given separator is an empty string.
@andreachild andreachild force-pushed the TINKERPOP-3083_split branch from d4d1c48 to 17894b7 Compare August 27, 2024 20:30
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.

1 participant