StringTools[MinChar] - find the smallest character in a string
StringTools[MaxChar] - find the largest character in a string
|
Calling Sequence
|
|
MinChar( s )
MaxChar( s )
|
|
Description
|
|
•
|
The MinChar(s) command computes the least character present in the string s. The MaxChar(s) command computes the greatest character present in the string s. Characters are ordered by their byte values (1-255).
|
|
|
Download Help Document
Was this information helpful?