Skip to content

tenine/NSString-RemoveEmoji

 
 

Repository files navigation

NSString+RemoveEmoji

CocoaPods

A category on NSString that extends for removing Emoji.

Usage

BOOL containsEmoji = [@"✨Party✨ ✨Hard✨" containsEmoji];
NSString* stringByRemovingEmoji = [@"✨Party✨ ✨Hard✨" stringByRemovingEmoji];

Install

Use CocoaPods.

pod 'NSString+RemoveEmoji'

License

Copyright (c) 2014 woxtu

Licensed under the MIT license.

About

A category that extends for removing Emoji

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Objective-C 85.7%
  • Ruby 14.3%