We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Introduced 3.1.0
3.1.0
Removes Emoji from a string, returns string minus emoji
let str = removeEmoji(`Hello👋🏻 World🌍`); // 'Hello World'