[#absl-RemoveExtraAsciiWhitespace] = xref:absl.adoc[absl]::RemoveExtraAsciiWhitespace :relfileprefix: ../ :mrdocs: Removes leading, trailing, and consecutive internal whitespace. == Synopsis Declared in `<absl/strings/ascii.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void RemoveExtraAsciiWhitespace(std::string* str); ---- == Parameters [cols="1,4"] |=== | Name| Description | *str* | The string to normalize whitespace in place. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#