Return a generator of all lettercase permutations of input_string.
input_string (str) – String of which to permute the case.
str
Iterator[str]
Iterator