Strings.__contains__

Strings.__contains__(other)[source]

Return other in self.

Returns:
containedbool

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