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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -