CfParser.parseStringValue
string parseStringValue(string raw) @safe pureParses the content of a string token to extract the decoded value.
Parameters
raw | The raw string token value including quotes |
Returns
The decoded string content.
string parseStringValue(string raw) @safe pureParses the content of a string token to extract the decoded value.
raw | The raw string token value including quotes |