https://github.com/fromkk/emojiswift
EmojiSwift is replace github flavored emoji to Emoji.
https://github.com/fromkk/emojiswift
emoji swift4
Last synced: 10 months ago
JSON representation
EmojiSwift is replace github flavored emoji to Emoji.
- Host: GitHub
- URL: https://github.com/fromkk/emojiswift
- Owner: fromkk
- License: mit
- Created: 2017-04-08T11:43:21.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-07-20T06:21:37.000Z (almost 7 years ago)
- Last Synced: 2025-07-03T19:07:08.668Z (12 months ago)
- Topics: emoji, swift4
- Language: Swift
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://app.bitrise.io/app/668936343b90d479)
# EmojiSwift
`EmojiSwift` is replace github flavored emoji to Emoji.
# Usage
```swift
import Emoji
let text: String = "hello :smile: world :joy: !!!"
let result: String = text.replacedWithEmoji //hello 😄 world 😂 !!!
```