String Methods—Slice, Split, and Partition

Understand how to apply string methods to slice, split, and partition string values.

We'll cover the following

Introduction

Having covered the string methods for basic transformations and checks, let's move on to the next step by looking at the more advanced transformations we can apply to string values. In particular, we’ll explore the string methods that enable us to slice, split, and partition string values. As before, we’ll use the mock customer dataset from an e-commerce platform.

Get hands-on with 1200+ tech skills courses.