stringz icon indicating copy to clipboard operation
stringz copied to clipboard

New methods isEmoji and flush?

Open highfeed opened this issue 6 years ago β€’ 0 comments

Hello!

Can you add two new methods isEmoji and flush?

For example:

stringz.isEmoji('a') // false
stringz.isEmoji('βž•') // true
stringz.flush('aβž•πŸ’ͺπŸΏπŸ€—asd🀘🏽1231οΈβƒ£βž•βž– asd') // βž•πŸ’ͺπŸΏπŸ€—πŸ€˜πŸ½1οΈβƒ£βž•βž–

highfeed avatar Oct 04 '17 08:10 highfeed