CfParser.parseStringValue

private string parseStringValue(string raw) @safe

Parses string value from raw token, handling escapes.

Parameters

rawThe raw string token

Returns

The decoded string value.