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

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

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

Open-source alternatives to To Constant Case

30 open-source projects similar to ianstormtaylor/to-constant-case, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best To Constant Case alternative.

  • alexei/sprintf.jsalexei का अवतार

    alexei/sprintf.js

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

    sprintf.js is a complete open source JavaScript sprintf implementation

    JavaScript
    GitHub पर देखें↗2,140
  • antirez/sdsantirez का अवतार

    antirez/sds

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

    sds is a C dynamic string library that provides a memory management wrapper for heap-allocated strings. It implements binary-safe storage by tracking string lengths explicitly, allowing the library to handle null characters within data. The library distinguishes itself through a memory architecture that uses interchangeable function pointers for allocation and freeing, enabling the integration of custom memory managers. It utilizes header-stored length tracking to provide constant-time length retrieval and maintains null-terminated buffer padding to ensure compatibility with standard C string

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

    antirez/smaz

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

    Small strings compression library

    C
    GitHub पर देखें↗1,222
  • chalk/strip-ansichalk का अवतार

    chalk/strip-ansi

    503GitHub पर देखें↗

    Strip ANSI escape codes from a string

    JavaScript
    GitHub पर देखें↗503
  • 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.

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

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
daniakash/pluralizerDaniAkash का अवतार

DaniAkash/pluralizer

2GitHub पर देखें↗

Created with CodeSandbox

TypeScript
GitHub पर देखें↗2
  • dodo/node-slugdodo का अवतार

    dodo/node-slug

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

    slugifies even utf-8 chars!

    CoffeeScript
    GitHub पर देखें↗1,072
  • epeli/underscore.stringepeli का अवतार

    epeli/underscore.string

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

    String manipulation helpers for javascript

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

    ericnorris/striptags

    493GitHub पर देखें↗

    An implementation of PHP's strip_tags in Typescript.

    TypeScript
    GitHub पर देखें↗493
  • erikonbike/parse-next-json-valueErikOnBike का अवतार

    ErikOnBike/parse-next-json-value

    1GitHub पर देखें↗

    Parse next JSON value from string allowing extraneous characters after value

    JavaScript
    GitHub पर देखें↗1
  • evandrolg/selectingEvandroLG का अवतार

    EvandroLG/selecting

    96GitHub पर देखें↗

    :fishingpoleand_fish: A library that allows you to access the text selected by the user

    JavaScript
    GitHub पर देखें↗96
  • 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.

    PHP
    GitHub पर देखें↗1,379
  • gobeam/stringygobeam का अवतार

    gobeam/Stringy

    249GitHub पर देखें↗

    Convert string to camel case, snake case, kebab case / slugify, custom delimiter, pad string, tease string and many other functionalities with help of by Stringy package.

    Go
    GitHub पर देखें↗249
  • huandu/xstringshuandu का अवतार

    huandu/xstrings

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

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

    Go
    GitHub पर देखें↗1,415
  • hustcc/slice.jshustcc का अवतार

    hustcc/slice.js

    34GitHub पर देखें↗

    :milky_way: nano library to enhance String.substring / Array.slice with python slice style by Proxy.

    JavaScript
    GitHub पर देखें↗34
  • ianstormtaylor/to-camel-caseianstormtaylor का अवतार

    ianstormtaylor/to-camel-case

    36GitHub पर देखें↗

    Convert a string to a camel case.

    JavaScript
    GitHub पर देखें↗36
  • ianstormtaylor/to-capital-caseianstormtaylor का अवतार

    ianstormtaylor/to-capital-case

    11GitHub पर देखें↗

    Convert a string to a capital case.

    JavaScript
    GitHub पर देखें↗11
  • ianstormtaylor/to-dot-caseianstormtaylor का अवतार

    ianstormtaylor/to-dot-case

    5GitHub पर देखें↗

    Convert a string to a dot case.

    JavaScript
    GitHub पर देखें↗5
  • ianstormtaylor/to-no-caseianstormtaylor का अवतार

    ianstormtaylor/to-no-case

    16GitHub पर देखें↗

    Remove an existing case from a string.

    JavaScript
    GitHub पर देखें↗16
  • ianstormtaylor/to-pascal-caseianstormtaylor का अवतार

    ianstormtaylor/to-pascal-case

    3GitHub पर देखें↗

    Convert a string to pascal case.

    JavaScript
    GitHub पर देखें↗3
  • ianstormtaylor/to-sentence-caseianstormtaylor का अवतार

    ianstormtaylor/to-sentence-case

    6GitHub पर देखें↗

    Convert a string to a sentence case.

    JavaScript
    GitHub पर देखें↗6
  • ianstormtaylor/to-snake-caseianstormtaylor का अवतार

    ianstormtaylor/to-snake-case

    26GitHub पर देखें↗

    Convert a string to a snake case.

    JavaScript
    GitHub पर देखें↗26
  • ianstormtaylor/to-space-caseianstormtaylor का अवतार

    ianstormtaylor/to-space-case

    6GitHub पर देखें↗

    Convert a string to a space case.

    JavaScript
    GitHub पर देखें↗6
  • ianstormtaylor/to-title-caseianstormtaylor का अवतार

    ianstormtaylor/to-title-case

    18GitHub पर देखें↗

    Convert a string to a title case.

    JavaScript
    GitHub पर देखें↗18
  • jbroadway/urlifyjbroadway का अवतार

    jbroadway/urlify

    675GitHub पर देखें↗

    A fast PHP slug generator and transliteration library that converts non-ascii characters for use in URLs.

    PHP
    GitHub पर देखें↗675
  • 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

    HTML
    GitHub पर देखें↗3,857
  • 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

    PHP
    GitHub पर देखें↗4,813
  • jonschlinkert/pad-leftjonschlinkert का अवतार

    jonschlinkert/pad-left

    44GitHub पर देखें↗

    Left pad a string with zeros or a specified string. Fastest implementation.

    JavaScript
    GitHub पर देखें↗44
  • jprichardson/string.jsjprichardson का अवतार

    jprichardson/string.js

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

    Extra JavaScript string methods.

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

    JuliaStrings/utf8proc

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

    a clean C library for processing UTF-8 Unicode data

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