/EmojiSwift

EmojiSwift is replace github flavored emoji to Emoji.

Primary LanguageSwiftMIT LicenseMIT

Build Status

EmojiSwift

EmojiSwift is replace github flavored emoji to Emoji.

Usage

import Emoji

let text: String = "hello :smile: world :joy: !!!"
let result: String = text.replacedWithEmoji //hello 😄 world 😂 !!!