Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
12.1
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
Statistic
FMM
Blog
Counts words.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Text | 8.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example |
---|---|---|
Text | The text to count words. | "Hello World Hello" |
Returns list or error.
Count words:
MBS( "Text.CountWords"; "Hello World Hello" )
Example result:
1 World
2 Hello
Works with umlauts:
MBS( "Text.CountWords"; "ä ö ü ä ö ö ö ö ß ß" )
Example result:
2 ß
2 ä
5 ö
1 ü
This function is free to use.
Created 5th February 2018, last changed 9th February 2020
Text.ConvertUnicodeToCharacterDecomposition - Text.DecodeBytesFromBase64