Is possible to substring this String = "D:/test/for test/change.txt:D:/test/for test/further.txt:D:/test/for test/yandex.txt" to:
D:/test/for test/change.txt
D:/test/for test/further.txt
D:/test/for test/yandex.txt
Because are two column, I can not split() use ":".
:D:to{SPACE}D:and split by space eg.replace(":D:"," D:").split(" ");