* @brief Converts a string to lowercase for easier case-insensitive comparison. * This function iterates over each character of the input string and converts * it to lowercase using the `tolower` ...