11 projects
Emoji
A Python library for working with emoji characters, providing functionality to convert between emoji names, Unicode characters, and aliases. It includes utilities for emoji detection, conversion, and manipulation in text strings.
326
94
$3.4M
Slugify
A JavaScript library that converts strings into URL-friendly slugs by removing special characters, converting spaces to hyphens, and handling transliteration of Unicode characters
264
92
$42K
XRegExp
XRegExp is a JavaScript library that provides extended regular expression functionality, including support for named capture groups, Unicode properties, and modular pattern composition. It extends JavaScript's native RegExp with additional syntax and features while maintaining compatibility.
262
104
$857K
Change Case
A JavaScript/TypeScript library that provides string case conversion utilities to transform text between different formats like camelCase, PascalCase, snake_case, and others
253
110
$42K
Python Slugify
A Python library that converts strings into URL-friendly slugs by removing special characters, converting spaces to hyphens, and handling Unicode characters. It provides customizable text normalization for clean URLs and filenames.
153
59
$40K
Textwrap
A Rust library that provides utilities for word wrapping and indenting text, with support for Unicode and configurable line breaks
129
63
$161K
he
A JavaScript library for HTML entity encoding and decoding, providing robust support for converting special characters to their corresponding HTML entities and vice versa
103
52
$725K
unicase
A Rust library for case-insensitive string comparisons and conversions, providing utilities to work with ASCII strings regardless of letter casing
85
48
$90K
uniseg
A Go library that provides Unicode text segmentation algorithms for breaking text into grapheme clusters, words, and sentences according to the Unicode Standard Annex #29 rules
59
22
$892K
string-length
A JavaScript utility package that gets the real length of a string by correctly counting astral symbols and ignoring ansi escape codes
25
16
$3.7K
is-unicode-supported
A Node.js package that detects whether Unicode is supported in the current terminal environment