Описание тега string-split

Splitting Strings algorithms and techniques

Splitting a String is important for extracting data as we want. There are multiple ways of splitting a String. The fundamental method is String.split(), which receives a regex as parameter