Jump to content
Forumu Destekleyenlere Katılın ×
Paticik Forumları
2000 lerden beri faal olan, çok şukela bir paylaşım platformuyuz. Hoşgeldiniz.

Append a word to a String using Streams.


roshin

Öne çıkan mesajlar

Is it possible to rename a String containing filenames by adding a certain word or words using java stream?

Is it achievable task using Java Streams

  1. eg
  2. initial - hell_World

  3. final - hello_domain_world

I tried this

File[] listOfFiles = folder.listFiles()

List initial nameList = Arrays.stream(listofFiles).map(File::getName).map(str-> str.split("_").collect(Collectors.toList());

 

Link to comment
Sosyal ağlarda paylaş

×
×
  • Yeni Oluştur...