A robust HTML entity encoder/decoder written in JavaScript.
Principalele funcționalități ale mathiasbynens/he sunt: Manipularea șirurilor de caractere, String Utilities, Text and String Utilities, Text Processing.
Alternativele open-source pentru mathiasbynens/he includ: ashtuchkin/iconv-lite — Convert character encodings in pure javascript. epeli/underscore.string — String manipulation helpers for javascript. ai/nanoid — Nanoid is a library for generating unique, fixed-length identifiers designed for distributed systems and database… alexei/sprintf.js — sprintf.js is a complete open source JavaScript sprintf implementation. avelino/slugify — A Go slugify application that handles string. evandrolg/selecting — :fishing_pole_and_fish: A library that allows you to access the text selected by the user.
sprintf.js is a complete open source JavaScript sprintf implementation
Convert character encodings in pure javascript.
Nanoid is a library for generating unique, fixed-length identifiers designed for distributed systems and database indexing. It produces compact, URL-safe strings by mapping random byte values to a custom character set, allowing for consistent memory allocation and predictable indexing performance across independent nodes without the need for central coordination. The library distinguishes itself by utilizing system-level, cryptographically secure entropy sources to ensure that every generated identifier is statistically unpredictable. This approach provides resistance against collision attack