Emoji Remover (Chars Mode)

by @programordieabout 2 months ago
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

50