Skip to content
Brooks Patton edited this page Jul 2, 2018 · 1 revision

str methods

  • to_lowercase()

This is a method that takes in a str and returns a String. As imagined, it lowercases the str that was used. It doesn't change in place.

documentation for to_lowercase

Clone this wiki locally