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: 9.5   10.0   10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2    Statistic    FMM    Blog  

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.

Examples

Split words:

MBS( "Text.ListWords"; "Hello World,äöü." )

Example result:
Hello
World
äöü

See also

Release notes

Example Databases

Blog Entries

Created 5th February 2018, last changed 5th February 2018


Text.LevenshteinDistance - Text.LowerCase

Feedback: Report problem or ask question.