Bump version
A category on NSString that extends for detecting and removing Emoji.
BOOL containsEmoji = [@"✨Party✨ ✨Hard✨" containsEmoji]; NSString* stringByRemovingEmoji = [@"✨Party✨ ✨Hard✨" stringByRemovingEmoji];
let containsEmoji = "✨Party✨ ✨Hard✨".containsEmoji() let stringByRemovingEmoji = "✨Party✨ ✨Hard✨".removingEmoji()
Deprecated.
github "woxtu/NSString-RemoveEmoji" ~> 1.0
pod 'NSString+RemoveEmoji', '~> 1.0'
.package(url: "https://github.com/woxtu/NSString-RemoveEmoji.git", from: "1.0.0")
Licensed under the MIT license.
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
NSString+RemoveEmoji
A category on NSString that extends for detecting and removing Emoji.
Installation
Carthage
Deprecated.
CocoaPods
Deprecated.
Swift Package Manager
License
Licensed under the MIT license.