Files
CMake/Source/cmStringAlgorithms.h
Matthew Woehlke 1ec7201558 cmStringAlgorithms: Add cmStripWhitespace
Add a utility function to strip whitespace from a `string_view`. This is
identical to the existing `cmTrimWhitespace`, but does not allocate a
new `string`, instead returning the result as another `string_view`.
2025-12-08 14:40:50 -05:00

11 KiB