[Solved] How remove space and dash between three phone number and convert to list
Hi @HZan hope you doing well, I’m not that good at java but you can use kotlin snippet equivalent in java to get the desired result if the fold function isn’t available, you could use forEach or any other accumulator pattern to achieve the same, val phNum = “01 12 1234 123 – 124 – … Read more