Returns if string contains std::isspace or std::iscntrl characters.

Synopsis

Declared in <folly/String.h>

bool
hasSpaceOrCntrlSymbols(folly::StringPiece s);

Return Value

True if any whitespace or control character is present.

Parameters

Name

Description

s

The string to inspect.

Created with MrDocs