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.Trim

Trims whitespace on the left and right side.

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

Parameters

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

Result

Returns OK or error.

Description

Trims whitespace on the left and right side.
May remove low ASCII characters like tab, CR, LF and space.

Examples

Trim hello:

MBS( "Text.Trim"; " ¶ Hello ¶ ")

Example result: Hello

Release notes

Example Databases

Blog Entries

Created 30th April 2018, last changed 30th April 2018


Text.TextToRTF - Text.UpperCase

Feedback: Report problem or ask question.