Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Text.RemoveNewLine
Removes newline characters from string.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Text | 2.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "Text.RemoveNewLine"; Text ) More
(old name: String.RemoveNewLine)
Parameters
Parameter | Description | Example |
---|---|---|
Text | The text to process. | "Hello World" |
Result
Text without newline characters.
Description
Removes newline characters from string.FileMaker has a text replace command, but can't process all combinations of newline characters with it. As this function removes all newlines independent of whether you have CR, LF or CRLF in any combination.
We needed this for a client in combination with WebView.RunJavaScriptReturnTitle. An older version of Internet Explorer made trouble with newline characters inside javascript text, so we removed them.
This function works on pure text, so any text style is lost.
Examples
Remove newlines from field
MBS( "Text.RemoveNewLine"; Test Database::TextField )
See also
Blog Entries
- MonkeyBread Software Releases the MBS Filemaker plug-in in version 2.4
- MBS Filemaker Plugin 2.4 release notes
- MBS Filemaker Plugin, version 2.4pr5
FileMaker Magazin
This function checks for a license.
Created 18th August 2014, last changed 28th January 2022
