withoutTextMatching

fun <T : KoTextProvider> List<T>.withoutTextMatching(regex: Regex, vararg regexes: Regex): List<T>

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

Return

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

Parameters

regex

The regular expression to exclude.

regexes

The regular expressions to exclude.


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

Return

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

Parameters

regexes

The regular expressions to exclude.