String Functions
One of the starting points to manipulating strings is to understand how long a string is.

There are many functions we can apply, review them here.

It can be very useful to strip certain characters from a string, which may be leading or following. Note that stripping characters from within the string does not work.

I can remove specific characters. For example, I could remove the brackets from a string.
