Utilities API

namespace util

Functions

std::string lowercase(const std::string &s)

Convert a string to lowercase.

Parameters:

s – Input string

Returns:

Lowercase version of the input string