withoutNameMatching

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

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

Return

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

Parameters

regex

The regular expression to exclude.

regexes

The regular expressions to exclude.


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

Return

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

Parameters

regexes

The regular expressions to exclude.