FieldView.unescaped

string unescaped() const @safe

Returns the logical text of the field with doubled quotes resolved when needed.

Notes:

  • This function may allocate when needsUnescape is true (to collapse doubled quotes)

or when a distinct string instance is required. For zero-allocation access to the underlying slice (possibly still containing doubled quotes), use toString().