awesome-repositories.comCategoríasBlog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
sindresorhus avatar

sindresorhus/splice-string

0
View on GitHub↗
24 estrellas·8 forks·JavaScript·MIT·3 vistas

Splice String

Remove or replace part of a string like Array#splice

Features

  • Text and String Utilities - Removes or replaces parts of a string.
  • Text Processing - Remove or replace parts of a string.

Historial de estrellas

Gráfico del historial de estrellas de sindresorhus/splice-stringGráfico del historial de estrellas de sindresorhus/splice-string

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Splice String

Proyectos open-source similares, clasificados según cuántas características comparten con Splice String.
  • ashtuchkin/iconv-liteAvatar de ashtuchkin

    ashtuchkin/iconv-lite

    3,172Ver en GitHub↗

    Convert character encodings in pure javascript.

    JavaScript
    Ver en GitHub↗3,172
  • i18next/i18nextAvatar de i18next

    i18next/i18next

    8,583Ver en GitHub↗

    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
    Ver en GitHub↗8,583
  • ai/nanoidAvatar de ai

    ai/nanoid

    26,821Ver en GitHub↗

    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
    Ver en GitHub↗26,821
  • kurolabs/stegcloakAvatar de kurolabs

    kurolabs/stegcloak

    3,830Ver en GitHub↗

    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
    Ver en GitHub↗3,830
Ver las 30 alternativas a Splice String→

Preguntas frecuentes

¿Qué hace sindresorhus/splice-string?

Remove or replace part of a string like Array#splice

¿Cuáles son las características principales de sindresorhus/splice-string?

Las características principales de sindresorhus/splice-string son: Text and String Utilities, Text Processing.

¿Qué alternativas de código abierto existen para sindresorhus/splice-string?

Las alternativas de código abierto para sindresorhus/splice-string incluyen: 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.