Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
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