00 What does the Letter Count function do?

The function Letter Count analyzes a text for characters, words, etc. The function returns statistical data.

The following options are available for analyzing:

  • Case sensitive
  • Letters
  • Numerals
  • Special Characters
  • Whitesspace Characters
  • Control Characters

The following options are available for the output of the data:

  • Sort by alphabet; i.e. after a general overview come grouped details of letters, special characters and spaces each sorted alphabetically.
  • Sort by number; i.e. after a general overview, details of letters, special characters and spaces are grouped in descending order of the respective number.
  • Sorting by total number: all characters are displayed in descending order of the respective number.

The absolute and relative frequency is displayed for each character.