Topics
All
Mac OS X
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Guides
Examples
New in version:
7.4
7.5
8.0
8.1
8.2
8.3
8.4
8.5
9.0
9.1
Statistic
Text.RemoveNewLine
Removes newline characters from string.
Component | Version | macOS | Windows | Server | FileMaker Cloud | FileMaker iOS SDK |
Text | 2.4 | Yes | Yes | Yes | Yes | Yes |
MBS( "Text.RemoveNewLine"; Text ) More
(old name: String.RemoveNewLine)
Parameters
Parameter | Description | Example value |
---|---|---|
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.
Examples
Remove newlines from field
MBS( "Text.RemoveNewLine"; Test Database::TextField )
See also
Created 18th August 2014, last changed 29th April 2016
Text.RemoveControlCharacters - Text.RemovePostfix
Feedback: Report problem or ask question.
Links
MBS FileMaker Plugins