StringTools[Length] - return the length of a string
|
Calling Sequence
|
|
Length( s )
|
|
Parameters
|
|
s
|
-
|
string; the string whose length is to be computed
|
|
|
|
|
Description
|
|
•
|
The Length command computes the length of the string s. This is the same value as is returned by the global length command, but it accepts only strings.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
>
|
|
| (5) |
|
|
Download Help Document
Was this information helpful?