diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-12-16 16:02:19 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-12-16 16:02:19 -0800 |
| commit | a5c3fddfe7bc4f765a0efdd9b109709f2fb4ae9c (patch) | |
| tree | 043d9722d107036dd84ab7212ffd62f421fa1e25 /toolsrc/include | |
| parent | bd50778cb53d7071d65159f0aa67e685a6628e19 (diff) | |
| download | vcpkg-a5c3fddfe7bc4f765a0efdd9b109709f2fb4ae9c.tar.gz vcpkg-a5c3fddfe7bc4f765a0efdd9b109709f2fb4ae9c.zip | |
Add Strings::trim_all_and_remove_whitespace_strings()
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 92c24298c..a117a1a81 100644 --- a/toolsrc/include/vcpkg_Strings.h +++ b/toolsrc/include/vcpkg_Strings.h @@ -73,4 +73,6 @@ namespace vcpkg {namespace Strings void trim(std::string* s); std::string trimmed(const std::string& s); + + void trim_all_and_remove_whitespace_strings(std::vector<std::string>* strings); }} |
