1. Extracting Emojis from a Social Media Comment
Social Media ManagerBackground
A social media manager needs to analyze emojis used in customer comments to gauge reaction trends.
Problem
The comment thread contains multiple emojis, and the manager wants a list of all unique emojis for analysis.
How to use
Paste the comment text into the tool, set mode to 'extract', enable 'Unique Only', and sort by 'frequency'.
mode: extract, uniqueOnly: true, sortBy: frequencyOutcome
The tool outputs a JSON list of unique emojis sorted by frequency, such as ['😂', '❤️', '👍'], facilitating trend analysis.