getMatches

fun getMatches(regex: String?, input: CharSequence?): List<String>?

Return the list of input matches the regex.

Return

the list of input matches the regex

Parameters

regex

The regex.

input

The input.