StringTools[Visible] - render unprintable characters in a string visible
|
Calling Sequence
|
|
Visible( s )
|
|
Description
|
|
•
|
The Visible(s) command returns a string in which unprintable characters are represented by escaped character codes. This allows you to see the byte values comprising the string when they would be otherwise unprintable. The byte values to be escaped are those determined not printable by the StringTools[IsPrintable] procedure.
|
•
|
Important: The transformation applied by Visible is not reversible.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
|
|
Download Help Document
Was this information helpful?