On Sunday, 29 September 2013 at 14:31:15 UTC, linkrope wrote:
As a workaround, I put the value into an array to make use of the "undocumented" function formatElement:

    "%(%s%)".format([value])

That seems excessive. What happened to format(`"%s"`, s) or format("\"%s\"", s) or text('"', s, '"')?

Where does Phobos hide the function I'm looking for?

I don't have a solution that's "convenient" enough to satisfy you.

Reply via email to