withNameMatching

@JvmName(name = "withFileNameMatching")
fun List<FileDeclaration>.withNameMatching(pattern: String): List<FileDeclaration>

Filters the list of file declarations to include only those whose names match the specified glob pattern. Supports '*' wildcards.




Filters the list of class declarations to include only those whose simple names match the specified glob pattern. Supports '*' wildcards.