[#absl-StripAsciiWhitespace-0e] = xref:absl.adoc[absl]::StripAsciiWhitespace :relfileprefix: ../ :mrdocs: Strips in place whitespace from both ends of the given string == Synopsis Declared in `<absl/strings/ascii.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void StripAsciiWhitespace(std::string* str); ---- == Parameters [cols="1,4"] |=== | Name| Description | *str* | The string to strip whitespace from in place. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#