Skip to main content

String Length

Intro

Count how many lines/words/characters there are within a String.

UI

Mode - Set the parts of the string to count:

  • Characters - Count how many characters there are in the string.
  • Words - Count how many words there are in the string.
  • Lines - Count how many lines there are in the string.

String - Enter or connect a string to count.

Out - A read only attribute displaying the output value.