String[] split(String str, String regex)String[] split(String str, String regex)| Name | Type | Description |
|---|---|---|
str | String | A String to be splitted. |
regex | String | the delimiting regular expression. |
| Type | Description |
|---|---|
String[] | the array of strings computed by splitting this string around matches of the given regular expression. |