Skip to content

removeEmoji

Mike Byrne edited this page Mar 14, 2023 · 1 revision

description

Introduced 3.1.0

Removes Emoji from a string, returns string minus emoji

requires

  • nothing

parameters

  • str - required - string to remove emoji from

returns

  • string minus emoji characters

example usage:

let str = removeEmoji(`Hello👋🏻 World🌍`); // 'Hello World'