A method to reverse effect of java String.split()? -
I am looking for a method to combine an array of string into a delimited string. Unlike partitions () I have seen it in other languages.
I wanted to ask a forum before trying to write my own (because everything in JDK is ...)
Thanks,
There is no way in JDK for this, which I know. Various overloaded join () in ways you want.
Comments
Post a Comment