20180606 Often during data transformations strings have to
be converted from one case to the other. These simple transformations
can be achieved by base::tolower() and
base::toupper(). The base::casefold() function
can also be used as a wrapper to the two functions.