Strings.__contains__

Strings.__contains__(self, other)[source]

Return other in self.

Returns
containedbool

True if other is a string of exactly length characters, False otherwise.