You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2020/04/15 19:13:50 UTC

[GitHub] [commons-lang] amarlearning commented on issue #508: LANG-1481 Add StringUtils.split() methods with String[] input.

amarlearning commented on issue #508: LANG-1481 Add StringUtils.split() methods with String[] input.
URL: https://github.com/apache/commons-lang/pull/508#issuecomment-614228448
 
 
   @RatishBansal I have just one small doubt, how do you plan to cover these cases mentioned [here](https://issues.apache.org/jira/browse/LANG-1481).
   ```java
   StringUtils.split(["a.b"],["c"], '.')     = ["a", "b", "c"]
   StringUtils.split(["a"],["b"],["c"], '.') = ["a", "b", "c"]
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services