Lesson 71
String Methods Intro
Powerful text tools!
abc
Module 8: String Methods!
Strings have built-in superpowers!
A method is a function attached to a string!
text.method()
.upper()
UPPERCASE
.lower()
lowercase
.strip()
Remove spaces
.replace()
Swap text