Python 3 String Operations Last updated: 11 Sep 2020 Table of Contents Replace substring Replace substring Use string.replace(from,to): "foo bar baz".replace("foo","FOO") >> "FOO bar baz" Felipe 11 Sep 2019 11 Sep 2020 python-3 strings « Paper Summary: Language Models are Unsupervised Multitask Learners Archive People Skills for Data Science Projects: Lessons Learned »