Removes leading, trailing, and consecutive internal whitespace.

Synopsis

Declared in <absl/strings/ascii.h>

void
RemoveExtraAsciiWhitespace(std::string* str);

Parameters

Name

Description

str

The string to normalize whitespace in place.

Created with MrDocs