I found this thread, and one of the users posted the following line of code on it:
String[] digits2 = number.split("(?<=.)");
I consulted with several sources, such as 1 and 2 - to understand what this code means, but I cannot understand. Can someone explain what the argument in the split () method means?
Edit : for everyone who has the same question as mine, here is another useful link
source share