X-Git-Url: https://git.pterodactylus.net/?p=fms.git;a=blobdiff_plain;f=include%2Fstringfunctions.h;h=bf5119dffbf671fab1dc2fd42fb21d3bfcec670f;hp=ac803c9f1579cc04e317f8181486d5dc68f30032;hb=4430e7762844c66428b6f822288beb71b7f82b95;hpb=ee580d19b7920904587e18d72a3465d52eab6204 diff --git a/include/stringfunctions.h b/include/stringfunctions.h index ac803c9..bf5119d 100644 --- a/include/stringfunctions.h +++ b/include/stringfunctions.h @@ -91,6 +91,13 @@ std::string TrimWhitespace(const std::string &str); void UpperCase(const std::string &str, std::string &output); /** + \brief Converts a string to lower case + \param str string to convert to lower case + \param[out] string converted to lower case +*/ +void LowerCase(const std::string &str, std::string &output); + +/** \brief Decodes a URI encoded string \param aSrc string that is URI encoded \return URI decoded input string