StringTools[HasDigit] - determine if a string has a decimal digit
|
Calling Sequence
|
|
HasDigit(s)
|
|
Parameters
|
|
s
|
-
|
string; string to test
|
|
|
|
|
Description
|
|
•
|
The HasDigit(s) command determines whether s has a decimal digit. A character is a decimal digit if it is one of the following:
|
0, 1, 2, 3, 4, 5, 6, 7, 8, 9.
|
|
|
|
If s has a decimal digit, HasDigit returns true. Otherwise, false is returned.
|
|
|
Thread Safety
|
|
•
|
The StringTools[HasDigit] command is thread-safe as of Maple 15.
|
|
|
Download Help Document
Was this information helpful?