Skip to content

Rose::StringUtility::bourneEscape

Escapes characters that are special to the Bourne shell.

Synopsis

Declared in <src/Rose/StringUtility/Escape.h>

[[visibility]]
std::string
bourneEscape(std::string const&);

Description

Assumes that the context is outside of any quoting and possibly adds quotes.

Return Value

Escaped string.

Created with MrDocs