Emoji Remover (Chars Mode)
Featured
📝 Description
Remove all emojis from a given string.
📥 Input
Type: string
A string containing emojis.
📤 Output
Type: string
The string, but without the emojis.
🧪 Sample Test Cases
Input:
Hello🌍
Output:
Hello
Input:
🚀Rocket to the moon🌕
Output:
Rocket to the moon
💻 Code Editor
86 characters
Loading...
Sign in to submit solutions
🏆 Leaderboard
#1
50