June 11, 2014 escape string into a C style string litteral (pasteable in C code) | ||||
|---|---|---|---|---|
| ||||
Attachments:
| Is there an existing way to do it or do I have to roll my own?
unittest{
assert(escapeC(`a"bc\ndef`~"\n") == `"a\"bc\\ndef\n"`);
}
Likewise with escapeD (pastable in D code), which would return something like: `r"..."` for more readability
| |||
Copyright © 1999-2021 by the D Language Foundation
Permalink
Reply