From ea751d6630cd3eb96308ac55c022b75a5feed56c Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Tue, 4 Oct 2016 14:44:19 -0700 Subject: Add Strings::ascii_to_lowercase() --- toolsrc/include/vcpkg_Strings.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'toolsrc/include') diff --git a/toolsrc/include/vcpkg_Strings.h b/toolsrc/include/vcpkg_Strings.h index dc17f35d2..b7eabf234 100644 --- a/toolsrc/include/vcpkg_Strings.h +++ b/toolsrc/include/vcpkg_Strings.h @@ -60,4 +60,6 @@ namespace vcpkg {namespace Strings std::string utf16_to_utf8(const std::wstring& w); std::string::const_iterator case_insensitive_find(const std::string& s, const std::string& pattern); + + std::string ascii_to_lowercase(const std::string& input); }} -- cgit v1.2.3