awesome-repositories.com
Blog
awesome-repositories.com

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

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

52 repositorios

Awesome GitHub RepositoriesManipulación de cadenas

Herramientas para generar slugs amigables para URLs a partir de cadenas de texto.

Explore 52 awesome GitHub repositories matching part of an awesome list · Manipulación de cadenas. Refine with filters or upvote what's useful.

Awesome Manipulación de cadenas GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • ramsey/uuidAvatar de ramsey

    ramsey/uuid

    12,620Ver en GitHub↗

    This PHP library provides tools for generating and validating universally unique identifiers according to RFC 4122 standards. It implements a generation tool for creating version 1, 3, 4, and 5 identifiers, as well as sequential and Nil UUIDs. The library features specialized capabilities for transforming identifiers between hexadecimal strings, binary bytes, integers, and date objects. It supports the generation of sequential identifiers to improve database indexing and storage performance, as well as deterministic name-based identifiers using MD5 or SHA-1 hashing. The project includes a va

    Generates universally unique identifiers.

    PHPguididentifiersphp
    Ver en GitHub↗12,620
  • sindresorhus/query-stringAvatar de sindresorhus

    sindresorhus/query-string

    6,904Ver en GitHub↗

    This is a suite of JavaScript utilities for the bidirectional conversion and manipulation of URL components and query parameters. It provides a mechanism for parsing URL query strings into data objects and serializing those objects back into URL-encoded strings. The library includes functions for filtering, isolating, and modifying parameters within a full URL or query string. It supports the construction of complete web links by combining base addresses with formatted query parameters. The toolset covers data transformation primitives such as alphabetical key sorting, input sanitization, an

    Parses and stringifies URL query parameters.

    JavaScript
    Ver en GitHub↗6,904
  • medialize/uri.jsAvatar de medialize

    medialize/URI.js

    6,228Ver en GitHub↗

    URI.js is a full-featured JavaScript library for parsing, building, normalizing, and mutating URLs and their components programmatically. It provides a mutable-component object model that exposes each URL part as a separate object with getter and setter methods, enabling direct manipulation of schemes, hosts, paths, query strings, and fragments. The library implements strict RFC 3986 compliance for encoding, decoding, and normalization of URI components, and includes a template expansion engine that substitutes variables using operator-specific rules. The library distinguishes itself through

    Utility for URL manipulation.

    JavaScript
    Ver en GitHub↗6,228
  • antirez/sdsAvatar de antirez

    antirez/sds

    5,486Ver en GitHub↗

    sds es una biblioteca de cadenas dinámicas en C que proporciona un envoltorio de gestión de memoria para cadenas asignadas en el heap. Implementa un almacenamiento seguro para datos binarios (binary-safe) mediante el seguimiento explícito de la longitud de la cadena, lo que permite manejar caracteres nulos dentro de los datos. La biblioteca destaca por su arquitectura de memoria, que utiliza punteros a funciones intercambiables para la asignación y liberación, permitiendo la integración de gestores de memoria personalizados. Utiliza el seguimiento de longitud almacenado en la cabecera para obtener la longitud en tiempo constante y mantiene un relleno de búfer terminado en nulo para garantizar la compatibilidad con las funciones estándar de cadenas en C. El kit de herramientas cubre una amplia gama de capacidades de manipulación de cadenas, incluyendo concatenación, tokenización, unión y extracción de rangos. También ofrece utilidades para la mutación de búferes in-place, como recorte y ajuste, e incluye alternativas optimizadas de formato de cadenas frente a las funciones print estándar.

    Dynamic string library compatible with standard C functions.

    C
    Ver en GitHub↗5,486
  • jenssegers/agentAvatar de jenssegers

    jenssegers/agent

    4,813Ver en GitHub↗

    Este proyecto es un analizador de user agent de PHP y detector de dispositivos móviles. Analiza las cadenas de user agent HTTP para identificar el navegador web, el sistema operativo y el tipo de dispositivo del visitante. La biblioteca proporciona una integración dedicada para el framework web Laravel. Distingue entre teléfonos móviles, tabletas y computadoras de escritorio, mientras identifica robots web y los nombres específicos de los rastreadores de motores de búsqueda. Las capacidades de la herramienta incluyen la extracción de idiomas preferidos de los encabezados de solicitud y la verificación de propiedades específicas del user agent. Utiliza coincidencia de patrones de expresiones regulares y mapeo de datos estáticos para clasificar clientes y localizar contenido.

    Parses user agent strings for device detection.

    PHP
    Ver en GitHub↗4,813
  • jdorn/sql-formatterAvatar de jdorn

    jdorn/sql-formatter

    3,857Ver en GitHub↗

    This project is a PHP library designed for parsing, beautifying, and syntax-highlighting SQL queries. It provides a set of utilities to improve the readability of database code, facilitate debugging, and assist in the maintenance of complex query structures. The library distinguishes itself by offering both aesthetic and functional processing capabilities. It can transform raw SQL strings into structured, indented formats for human review, or compress them by removing comments and unnecessary whitespace to optimize them for network transmission and logging. Additionally, it includes a syntax

    Formats SQL queries for readability.

    HTML
    Ver en GitHub↗3,857
  • mathiasbynens/heAvatar de mathiasbynens

    mathiasbynens/he

    3,601Ver en GitHub↗

    A robust HTML entity encoder/decoder written in JavaScript.

    Robust HTML entity encoder and decoder.

    JavaScript
    Ver en GitHub↗3,601
  • panzerdp/vocaAvatar de panzerdp

    panzerdp/voca

    3,590Ver en GitHub↗

    The ultimate JavaScript string library

    Comprehensive library for string manipulation.

    JavaScript
    Ver en GitHub↗3,590
  • matomo-org/device-detectorAvatar de matomo-org

    matomo-org/device-detector

    3,494Ver en GitHub↗

    The Universal Device Detection library will parse any User Agent and detect the browser, operating system, device used (desktop, tablet, mobile, tv, cars, console, etc.), brand and model.

    Detects device information from user agent strings.

    PHP
    Ver en GitHub↗3,494
  • epeli/underscore.stringAvatar de epeli

    epeli/underscore.string

    3,362Ver en GitHub↗

    String manipulation helpers for javascript

    String operation extensions for underscore.

    JavaScript
    Ver en GitHub↗3,362
  • cocur/slugifyAvatar de cocur

    cocur/slugify

    2,905Ver en GitHub↗

    Converts a string to a slug. Includes integrations for Symfony, Silex, Laravel, Zend Framework 2, Twig, Nette and Latte.

    Converts strings into URL-friendly slugs.

    PHP
    Ver en GitHub↗2,905
  • alexei/sprintf.jsAvatar de alexei

    alexei/sprintf.js

    2,140Ver en GitHub↗

    sprintf.js is a complete open source JavaScript sprintf implementation

    Implements string formatting functionality.

    JavaScript
    Ver en GitHub↗2,140
  • sheredom/utf8.hAvatar de sheredom

    sheredom/utf8.h

    1,966Ver en GitHub↗

    📚 single header utf8 string functions for C and C++

    Single-header library for UTF-8 string functions.

    C++
    Ver en GitHub↗1,966
  • jprichardson/string.jsAvatar de jprichardson

    jprichardson/string.js

    1,803Ver en GitHub↗

    Extra JavaScript string methods.

    Provides additional string utility methods.

    JavaScript
    Ver en GitHub↗1,803
  • huandu/xstringsAvatar de huandu

    huandu/xstrings

    1,415Ver en GitHub↗

    Implements string functions widely used in other languages but absent in Go.

    Collection of string functions ported from other languages.

    Go
    Ver en GitHub↗1,415
  • sindresorhus/multilineAvatar de sindresorhus

    sindresorhus/multiline

    1,408Ver en GitHub↗

    Multiline strings in JavaScript

    Handles multi-line strings in code.

    JavaScript
    Ver en GitHub↗1,408
  • fukuball/jieba-phpAvatar de fukuball

    fukuball/jieba-php

    1,379Ver en GitHub↗

    "結巴"中文分詞:做最好的 PHP 中文分詞、中文斷詞組件。 / "Jieba" (Chinese for "to stutter") Chinese text segmentation: built to be the best PHP Chinese word segmentation module.

    Chinese text segmentation for natural language processing.

    PHP
    Ver en GitHub↗1,379
  • juliastrings/utf8procAvatar de JuliaStrings

    JuliaStrings/utf8proc

    1,263Ver en GitHub↗

    a clean C library for processing UTF-8 Unicode data

    Library for processing UTF-8 Unicode data.

    C
    Ver en GitHub↗1,263
  • antirez/smazAvatar de antirez

    antirez/smaz

    1,222Ver en GitHub↗

    Small strings compression library

    Efficient library for string compression.

    C
    Ver en GitHub↗1,222
  • dodo/node-slugAvatar de dodo

    dodo/node-slug

    1,072Ver en GitHub↗

    slugifies even utf-8 chars!

    Generates URL-friendly slugs from UTF-8 strings.

    CoffeeScript
    Ver en GitHub↗1,072
Ant.123Siguiente
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. String Manipulation