We can get part of a string with the substr() function.

It has 3 parts: the string, the index to start at, and the number of characters to get from there.

See that? We extract different parts of a string by changing the index and the number of characters to get.

Might we need to use the index and the number of characters we want instead?