getSplits

fun getSplits(input: String?, regex: String): Array<String>?

Splits input around matches of the regex.

Return

the array of strings computed by splitting input around matches of regex

Parameters

input

The input.

regex

The regex.