Count of substrings containing exactly K vowels
Given string str containing both uppercase and lowercase letters, and an integer K. The task is to find the count of substrings containing exactly K vowels (maybe repetitive). Examples: Input: str = "aeiou", K = 2Output: 4Explanation: The substrings are "ae", "ei", "io", "ou". Input: str = "TrueGeek