Tagged Questions
2
votes
0answers
22 views
How to convert a notebook cell to a string retaining all formatting, colorization of identifiers etc?
I have an opened Mathematica notebook containing several cells. Suppose, I am interested in one of them -- it may contain a complete or incomplete expression (e.g. with syntax errors, unbalanced ...
8
votes
1answer
162 views
How to embed an image into a string?
The documentation for String contains the following statements:
Strings can contain any sequence of ordinary and special characters:
…
Strings preserve ...
5
votes
1answer
78 views
Extracting text from cells, preserving non-ASCII characters
Consider the following setup, based on this answer by WReach:
...