version 0.1.14
[fms.git] / include / stringfunctions.h
index ac803c9..bf5119d 100644 (file)
@@ -91,6 +91,13 @@ std::string TrimWhitespace(const std::string &str);
 void UpperCase(const std::string &str, std::string &output);\r
 \r
 /**\r
+       \brief Converts a string to lower case\r
+       \param str string to convert to lower case\r
+       \param[out] string converted to lower case\r
+*/\r
+void LowerCase(const std::string &str, std::string &output);\r
+\r
+/**\r
        \brief Decodes a URI encoded string\r
        \param aSrc string that is URI encoded\r
        \return URI decoded input string\r