diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-10-04 14:44:19 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-10-04 14:44:19 -0700 |
| commit | ea751d6630cd3eb96308ac55c022b75a5feed56c (patch) | |
| tree | abd54621efc6c442586627311db1eaac8840007b /toolsrc/include | |
| parent | 31c9cd8c2d80c373374c7a9746b2e8249ffc16f5 (diff) | |
| download | vcpkg-ea751d6630cd3eb96308ac55c022b75a5feed56c.tar.gz vcpkg-ea751d6630cd3eb96308ac55c022b75a5feed56c.zip | |
Add Strings::ascii_to_lowercase()
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkg_Strings.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); }} |
