Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
StringTools[Visible] - render unprintable characters in a string visible
Calling Sequence
Visible( s )
Parameters
s
-
string; Maple string
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
See Also
string, StringTools, StringTools[Char], StringTools[Escape], StringTools[Iota], StringTools[IsPrintable], StringTools[Remove], StringTools[Select]
Download Help Document