Popularity
2.1
Growing
Activity
5.5
-
8
1
5

Monthly Downloads: 1,080
Programming language: Elixir
License: MIT License
Tags: Text And Numbers    

remove_emoji alternatives and similar packages

Based on the "Text and Numbers" category.
Alternatively, view remove_emoji alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of remove_emoji or a related project?

Add another 'Text and Numbers' Package

README

Remove Emoji

Build Status

It can remove any of the emoji. 💻🔥🤯🚫 您可以透過該套件移除令人困擾的 Emoji 符號。


original_string = "👦👦🏻🇯🇵🇰🇳🇰🇷👦🏼👦🏽👦🏾😄😅😆😇😈😉😊"
sanitized_string = original_string |> RemoveEmoji.sanitize()

# true, :ok
IO.puts "" === sanitized_string

Installation / 安裝方式

請在您的 Elixir 專案裡的 mix.exs 加入以下指令,然後執行 mix deps.get 更新依賴即可。

def deps do
  [
    {:remove_emoji, "~> 1.0.0"}
  ]
end

Demo ( Before / After )

emoji_effect

LICENSE

MIT LICENSE ( See LICENSE.txt )


*Note that all licence references and agreements mentioned in the remove_emoji README section above are relevant to that project's source code only.