79498219

Date: 2025-03-10 14:03:29
Score: 3
Natty:
Report link

Find this simpler one for ALL emojis

  const removeEmojisFromText = (text: string) => text.replace(/\p{Extended_Pictographic}/gu, "")

source: https://stackoverflow.com/a/64007175

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Nicolas Sturm