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
MBS(
"Text.RemoveNewLine"; /* Removes newline characters from string. */
$Text) /* The text to process.e.g. "Hello World" */
Less
(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
This function checks for a license.
Created 18th August 2014, last changed 28th January 2022
Text.RemoveControlCharacters
-
Text.RemovePostfix