withNameMatching

fun <T : KoNameProvider> List<T>.withNameMatching(regex: Regex, vararg regexes: Regex): List<T>

List containing declarations with name matching any of the specified regex.

Return

A list containing declarations with names matching the specified regular expressions.

Parameters

regex

The regular expression to include.

regexes

The regular expressions to include.


List containing declarations with name matching any of the specified regex.

Return

A list containing declarations with names matching the specified regular expressions.

Parameters

regexes

The regular expressions to include.