CfParser.stripTripleQuotedIndent
private
string stripTripleQuotedIndent(string content) @safe pureStrips 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
content | The raw content between triple quotes |
Returns
The content with indentation stripped.