CfNode.makeString

CfNode makeString(string value, string raw = "", QuoteStyle style = QuoteStyle.DOUBLE, Location loc = Location.init) @safe pure

Creates a string node.

Parameters

valueThe decoded string content
rawOriginal text representation including quotes
styleQuote style used
locSource location

Returns

A CfNode with type STRING.