StringTools[HasIdentifier] - determine if a string contains valid unquoted Maple identifier characters
StringTools[HasIdentifier1] - determine if a string contains valid Maple identifier initial characters
|
Calling Sequence
|
|
HasIdentifier(s)
HasIdentifier1(s)
|
|
Parameters
|
|
s
|
-
|
string; string to test
|
|
|
|
|
Description
|
|
•
|
The HasIdentifier(s) command determines whether s contains characters that are valid as a character in an unquoted Maple identifier.
|
|
If s contains valid characters, HasIdentifier returns true. Otherwise, false is returned.
|
•
|
The HasIdentifier1(s) command determines whether s contains any characters that are valid as the first character of an unquoted Maple identifier.
|
|
If s has any characters valid as the first character, HasIdentifier1 returns true. Otherwise, false is returned.
|
|
|
Thread Safety
|
|
•
|
The StringTools[HasIdentifier] and StringTools[HasIdentifier1] commands are thread-safe as of Maple 15.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
|
|
Download Help Document
Was this information helpful?