...

/

Slicing a String

Slicing a String

This lesson will teach you to slice a string.

We'll cover the following...

What Is Slicing?

Slicing is used to get a portion of a string value.

Syntax

The general syntax is:

let slice
...