PHP has a lot of built-in functions as well. Some of them help us manage strings.

How might we convert a string to lowercase?

That's it! strtolower() will convert any string to lowercase.

Psst: strtoupper() will convert strings to uppercase.

Might we be looking for a more meaningful function name?