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:
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
13.5
Statistic
FMM
Blog
Filters text to UTF-16.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Text | 9.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example | Flags |
---|---|---|---|
Text | The text to process. | "Hello 😀 World" | |
Replacement | Replacement text for invalid characters. Default is empty. |
"[emoji]" | Optional |
Returns text or error.
Remove emojis:
MBS( "Text.FilterUTF16"; "Hello 😀 World"; "[emoji]" )
Example result: "Hello [emoji] World"
Filter emojis:
MBS( "Text.FilterUTF16"; "Test 🍎 🍓 🍒"; "?" )
Example result: Test ? ? ?
This function is free to use.
Created 20th June 2019, last changed 31st January 2023