awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
sindresorhus avatar

sindresorhus/string-length

0
View on GitHub↗
173 Stars·12 Forks·JavaScript·MIT·5 Aufrufe

String Length

Get the real length of a string - by correctly counting astral symbols and ignoring ansi escape codes

Features

  • Text and String Utilities - Calculates the true visual length of a string.
  • Text Processing - Calculate real string length ignoring ANSI escape codes.

Star-Verlauf

Star-Verlauf für sindresorhus/string-lengthStar-Verlauf für sindresorhus/string-length

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht sindresorhus/string-length?

Get the real length of a string - by correctly counting astral symbols and ignoring ansi escape codes

Was sind die Hauptfunktionen von sindresorhus/string-length?

Die Hauptfunktionen von sindresorhus/string-length sind: Text and String Utilities, Text Processing.

Welche Open-Source-Alternativen gibt es zu sindresorhus/string-length?

Open-Source-Alternativen zu sindresorhus/string-length sind unter anderem: mashpie/i18n-node — Lightweight simple translation module for node.js / express.js with dynamic json storage. Uses common __('...') syntax… i18next/i18next — i18next is a JavaScript localization library and internationalization framework used to translate application text… ashtuchkin/iconv-lite — Convert character encodings in pure javascript. kurolabs/stegcloak — Stegcloak is a unicode steganography library and text-based data concealment tool. It provides a toolkit for hiding… ai/nanoid — Nanoid is a library for generating unique, fixed-length identifiers designed for distributed systems and database… mathiasbynens/he — A robust HTML entity encoder/decoder written in JavaScript.

Open-Source-Alternativen zu String Length

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit String Length.
  • ashtuchkin/iconv-liteAvatar von ashtuchkin

    ashtuchkin/iconv-lite

    3,172Auf GitHub ansehen↗

    Convert character encodings in pure javascript.

    JavaScript
    Auf GitHub ansehen↗3,172
  • i18next/i18nextAvatar von i18next

    i18next/i18next

    8,583Auf GitHub ansehen↗

    i18next is a JavaScript localization library and internationalization framework used to translate application text into multiple languages. It functions as a dynamic translation manager that handles translation resources, language detection, and the mapping of unique keys to localized strings. The system features a pluralization and interpolation engine that applies language-specific grammatical rules for numeric counts and injects dynamic variables into strings. It utilizes a plugin-based backend architecture to load and cache translation namespaces from various sources, including remote ser

    JavaScript
    Auf GitHub ansehen↗8,583
  • ai/nanoidAvatar von ai

    ai/nanoid

    26,821Auf GitHub ansehen↗

    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

    JavaScript
    Auf GitHub ansehen↗26,821
  • kurolabs/stegcloakAvatar von kurolabs

    kurolabs/stegcloak

    3,830Auf GitHub ansehen↗

    Stegcloak is a unicode steganography library and text-based data concealment tool. It provides a toolkit for hiding encrypted, compressed secret messages within standard text strings by mapping binary data to invisible, non-printing Unicode characters. The project combines a symmetric encryption toolkit with an invisible character encoder to ensure secure data concealment. It utilizes password-based key stretching and authenticated symmetric encryption to protect hidden payloads from unauthorized access and tampering. The system covers the full steganography workflow, including payload compr

    JavaScript
    Auf GitHub ansehen↗3,830
  • Alle 30 Alternativen zu String Length anzeigen→