awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

52 रिपॉजिटरी

Awesome GitHub Repositoriesस्ट्रिंग मैनिपुलेशन

टेक्स्ट स्ट्रिंग्स से URL-फ्रेंडली स्लग बनाने के लिए उपकरण।

Explore 52 awesome GitHub repositories matching part of an awesome list · स्ट्रिंग मैनिपुलेशन. Refine with filters or upvote what's useful.

Awesome स्ट्रिंग मैनिपुलेशन GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • ramsey/uuidramsey का अवतार

    ramsey/uuid

    12,620GitHub पर देखें↗

    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
    GitHub पर देखें↗12,620
  • sindresorhus/query-stringsindresorhus का अवतार

    sindresorhus/query-string

    6,904GitHub पर देखें↗

    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
    GitHub पर देखें↗6,904
  • medialize/uri.jsmedialize का अवतार

    medialize/URI.js

    6,228GitHub पर देखें↗

    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
    GitHub पर देखें↗6,228
  • antirez/sdsantirez का अवतार

    antirez/sds

    5,486GitHub पर देखें↗

    sds एक C डायनामिक स्ट्रिंग लाइब्रेरी है जो हीप-एलोकेटेड स्ट्रिंग्स के लिए मेमोरी मैनेजमेंट रैपर प्रदान करती है। यह स्ट्रिंग की लंबाई को स्पष्ट रूप से ट्रैक करके बाइनरी-सेफ स्टोरेज लागू करती है, जिससे लाइब्रेरी डेटा के भीतर नल (null) कैरेक्टर को संभालने में सक्षम होती है। यह लाइब्रेरी एक ऐसी मेमोरी आर्किटेक्चर के माध्यम से खुद को अलग करती है जो एलोकेशन और फ्रीिंग के लिए इंटरचेंजेबल फंक्शन पॉइंटर्स का उपयोग करती है, जिससे कस्टम मेमोरी मैनेजरों का एकीकरण संभव हो जाता है। यह निरंतर-समय (constant-time) में लंबाई पुनर्प्राप्ति प्रदान करने के लिए हेडर-स्टोर्ड लेंथ ट्रैकिंग का उपयोग करती है और मानक C स्ट्रिंग फ़ंक्शंस के साथ संगतता सुनिश्चित करने के लिए नल-टर्मिनेटेड बफ़र पैडिंग बनाए रखती है। यह टूलकिट स्ट्रिंग हेरफेर (manipulation) क्षमताओं की एक विस्तृत श्रृंखला को कवर करती है, जिसमें कॉनकैटिनेशन, टोकनाइज़ेशन, जॉइनिंग और रेंज एक्सट्रैक्शन शामिल हैं। यह इन-प्लेस बफ़र म्यूटेशन के लिए उपयोगिताएँ भी प्रदान करती है, जैसे कि ट्रिमिंग और क्रॉपिंग, और इसमें मानक प्रिंट फ़ंक्शंस के लिए ऑप्टिमाइज़्ड स्ट्रिंग फ़ॉर्मेटिंग विकल्प शामिल हैं।

    Dynamic string library compatible with standard C functions.

    C
    GitHub पर देखें↗5,486
  • jenssegers/agentjenssegers का अवतार

    jenssegers/agent

    4,813GitHub पर देखें↗

    This project is a PHP user agent parser and mobile device detector. It analyzes HTTP user agent strings to identify the visitor's web browser, operating system, and device type. The library provides a dedicated integration for the Laravel web framework. It distinguishes between mobile phones, tablets, and desktop computers while identifying web robots and the specific names of search engine crawlers. The tool's capabilities include extracting preferred languages from request headers and verifying specific user agent properties. It uses regular expression pattern matching and static data mapp

    Parses user agent strings for device detection.

    PHP
    GitHub पर देखें↗4,813
  • jdorn/sql-formatterjdorn का अवतार

    jdorn/sql-formatter

    3,857GitHub पर देखें↗

    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
    GitHub पर देखें↗3,857
  • mathiasbynens/hemathiasbynens का अवतार

    mathiasbynens/he

    3,601GitHub पर देखें↗

    A robust HTML entity encoder/decoder written in JavaScript.

    Robust HTML entity encoder and decoder.

    JavaScript
    GitHub पर देखें↗3,601
  • panzerdp/vocapanzerdp का अवतार

    panzerdp/voca

    3,590GitHub पर देखें↗

    The ultimate JavaScript string library

    Comprehensive library for string manipulation.

    JavaScript
    GitHub पर देखें↗3,590
  • matomo-org/device-detectormatomo-org का अवतार

    matomo-org/device-detector

    3,494GitHub पर देखें↗

    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
    GitHub पर देखें↗3,494
  • epeli/underscore.stringepeli का अवतार

    epeli/underscore.string

    3,362GitHub पर देखें↗

    String manipulation helpers for javascript

    String operation extensions for underscore.

    JavaScript
    GitHub पर देखें↗3,362
  • cocur/slugifycocur का अवतार

    cocur/slugify

    2,905GitHub पर देखें↗

    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
    GitHub पर देखें↗2,905
  • alexei/sprintf.jsalexei का अवतार

    alexei/sprintf.js

    2,140GitHub पर देखें↗

    sprintf.js is a complete open source JavaScript sprintf implementation

    Implements string formatting functionality.

    JavaScript
    GitHub पर देखें↗2,140
  • sheredom/utf8.hsheredom का अवतार

    sheredom/utf8.h

    1,966GitHub पर देखें↗

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

    Single-header library for UTF-8 string functions.

    C++
    GitHub पर देखें↗1,966
  • jprichardson/string.jsjprichardson का अवतार

    jprichardson/string.js

    1,803GitHub पर देखें↗

    Extra JavaScript string methods.

    Provides additional string utility methods.

    JavaScript
    GitHub पर देखें↗1,803
  • huandu/xstringshuandu का अवतार

    huandu/xstrings

    1,415GitHub पर देखें↗

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

    Collection of string functions ported from other languages.

    Go
    GitHub पर देखें↗1,415
  • sindresorhus/multilinesindresorhus का अवतार

    sindresorhus/multiline

    1,408GitHub पर देखें↗

    Multiline strings in JavaScript

    Handles multi-line strings in code.

    JavaScript
    GitHub पर देखें↗1,408
  • fukuball/jieba-phpfukuball का अवतार

    fukuball/jieba-php

    1,379GitHub पर देखें↗

    "結巴"中文分詞:做最好的 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
    GitHub पर देखें↗1,379
  • juliastrings/utf8procJuliaStrings का अवतार

    JuliaStrings/utf8proc

    1,263GitHub पर देखें↗

    a clean C library for processing UTF-8 Unicode data

    Library for processing UTF-8 Unicode data.

    C
    GitHub पर देखें↗1,263
  • antirez/smazantirez का अवतार

    antirez/smaz

    1,222GitHub पर देखें↗

    Small strings compression library

    Efficient library for string compression.

    C
    GitHub पर देखें↗1,222
  • dodo/node-slugdodo का अवतार

    dodo/node-slug

    1,072GitHub पर देखें↗

    slugifies even utf-8 chars!

    Generates URL-friendly slugs from UTF-8 strings.

    CoffeeScript
    GitHub पर देखें↗1,072
पिछला123अगला
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. String Manipulation