|
StringLength
StringLength["string"] gives the number of characters in a string.
Example: StringLength["tiger"]  .
StringLength counts special characters such as as single characters, even if their full names involve many characters.
See Section 2.8.2.
See also: Length, Characters.
New in Version 1; modified in 3.
Further Examples
|