Split text
Metadata
# Splitting the string
sentence.split()
# Replace String
stri = "This movie was awesome"
stri.replace('movie', 'project')