Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Text.ListWords
Split words and list them.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Text | 8.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "Text.ListWords"; Text ) More
Parameters
Parameter | Description | Example |
---|---|---|
Text | The text to split. | "Hello World" |
Result
Returns list or error.
Description
Split words and list them.Words are listed in same order.
We find words based on alpha and numeric characters and use all others as separator.
You can use List.CountValues to count the values in the list or directly use Text.CountWords.
This function works on pure text, so any text style is lost.
Examples
Split words:
MBS( "Text.ListWords"; "Hello World,äöü." )
Example result:
Hello
World
äöü
See also
Release notes
- Version 8.1
- Added Text.ListWords, List.CountValues and Text.CountWords functions.
Example Databases
Blog Entries
This function checks for a license.
Created 5th February 2018, last changed 28th January 2022