Skip to content
Compare
Choose a tag to compare
@chrishannah chrishannah released this 31 Oct 17:49

I'm sat by the pool, but wanted to write a bit of code, so I've moved across 5 simple counting formats from the Text Case app.

New formats:

  • countCharacters -Count number of characters.
  • countCharactersExclWhitespace - Count number of characters, excluding any whitespace characters.
  • countWords - Count number of words.
  • countLines - Count number of lines.
  • countLinesExclBlanks - Count number of lines, excluding any blank lines.