7 - Chapter Seven - Strings - Python
7 - Chapter Seven - Strings - Python
More
About
Strings
mystring.method(arguments)
• Some methods test a string for specific
characteristics
– Generally Boolean methods, that return True
if a condition exists, and False otherwise
Copyright © 2012 Pearson Education, Inc. Publishing as Pearson Addison-Wesley
String Methods (cont’d.)