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

Text.Length

Query length of text.

Component Version macOS Windows Linux Server iOS SDK
Text 7.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "Text.Length"; Text )   More

Parameters

Parameter Description Example
Text The text to check. "Hello"

Result

Returns number or error.

Description

Query length of text.
This is number of UTF16 code points.
Some characters need 2 code points.

Created 25th April 2017, last changed 25th April 2017


Text.JaroWinklerDistance - Text.LevenshteinDistance

Feedback: Report problem or ask question.