Skip to content

Add methods to enhance joins: joinNotEmptyWith, joinNotBlankWith#806

Open
akalexus wants to merge 2 commits into
apache:masterfrom
akalexus:add_joinXXXWith
Open

Add methods to enhance joins: joinNotEmptyWith, joinNotBlankWith#806
akalexus wants to merge 2 commits into
apache:masterfrom
akalexus:add_joinXXXWith

Conversation

@akalexus
Copy link
Copy Markdown

Add method to enhance joins with filtering and deduplicating delimiters:

  • joinNotEmptyWith
  • joinNotBlankWith

assertEquals("", StringUtils.joinNotBlankWith(",", (Object[]) NULL_ARRAY_LIST));
assertEquals("", StringUtils.joinNotBlankWith(",", NULL_TO_STRING_LIST));

/*
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this comment, pls

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

1 participant