CfParser.stripTripleQuotedIndent

private string stripTripleQuotedIndent(string content) @safe pure

Strips indentation from a triple-quoted string.

The indentation level is determined by the whitespace before the closing triple-quote delimiter. All lines have that amount of leading whitespace removed. Leading and trailing empty lines (after/before the delimiters) are also stripped.

Parameters

contentThe raw content between triple quotes

Returns

The content with indentation stripped.