CfParser.parseStringValue

string parseStringValue(string raw) @safe pure

Parses the content of a string token to extract the decoded value.

Parameters

rawThe raw string token value including quotes

Returns

The decoded string content.