Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 356 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 356 Bytes

strslice

Python 3 style emoji-safe string slicing for Python 2. Based on uniseg-python by Masaaki Shibata.

Usage

>>> from strslice import strslice
>>> print(u'🏩'[0])
???
>>> print(strslice(u'🏩')[0])
🏩

Release Notes

1.0

  • Initial release
  • Unicode 8.0.0 data