StringTools[HasGraphic] - determine if a string has a graphic character
|
Calling Sequence
|
|
HasGraphic(s)
|
|
Parameters
|
|
s
|
-
|
string; string to test
|
|
|
|
|
Description
|
|
•
|
The HasGraphic(s) command determines whether s has a graphic character. Graphic characters consist of the alphanumeric characters and the punctuation characters. (For more information, see HasAlphaNumeric and HasPunctuation.)
|
|
If s has a graphic character, HasGraphic returns true. Otherwise, false is returned.
|
|
|
Thread Safety
|
|
•
|
The StringTools[HasGraphic] command is thread-safe as of Maple 15.
|
|
|
Download Help Document
Was this information helpful?