withTextMatching

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

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

Return

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

Parameters

regex

The regular expression to include.

regexes

The regular expressions to include.


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

Return

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

Parameters

regexes

The regular expressions to include.