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
·
ianstormtaylor avatar

ianstormtaylor/to-camel-case

0
View on GitHub↗
36 Stars·4 Forks·JavaScript·5 Aufrufe

To Camel Case

Convert a string to a camel case.

Features

  • String-Manipulation - Converts strings to camelCase format.

Star-Verlauf

Star-Verlauf für ianstormtaylor/to-camel-caseStar-Verlauf für ianstormtaylor/to-camel-case

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

Open-Source-Alternativen zu To Camel Case

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit To Camel Case.
  • antirez/sdsAvatar von antirez

    antirez/sds

    5,486Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,486
  • antirez/smazAvatar von antirez

    antirez/smaz

    1,222Auf GitHub ansehen↗

    Small strings compression library

    C
    Auf GitHub ansehen↗1,222
  • chalk/strip-ansiAvatar von chalk

    chalk/strip-ansi

    503Auf GitHub ansehen↗

    Strip ANSI escape codes from a string

    JavaScript
    Auf GitHub ansehen↗503
  • alexei/sprintf.jsAvatar von alexei

    alexei/sprintf.js

    2,140Auf GitHub ansehen↗

    sprintf.js is a complete open source JavaScript sprintf implementation

    JavaScript
    Auf GitHub ansehen↗2,140
Alle 30 Alternativen zu To Camel Case anzeigen→

Häufig gestellte Fragen

Was macht ianstormtaylor/to-camel-case?

Convert a string to a camel case.

Was sind die Hauptfunktionen von ianstormtaylor/to-camel-case?

Die Hauptfunktionen von ianstormtaylor/to-camel-case sind: String-Manipulation.

Welche Open-Source-Alternativen gibt es zu ianstormtaylor/to-camel-case?

Open-Source-Alternativen zu ianstormtaylor/to-camel-case sind unter anderem: antirez/sds — sds is a C dynamic string library that provides a memory management wrapper for heap-allocated strings. It implements… antirez/smaz — Small strings compression library. chalk/strip-ansi — Strip ANSI escape codes from a string. cocur/slugify — Converts a string to a slug. Includes integrations for Symfony, Silex, Laravel, Zend Framework 2, Twig, Nette and Latte. daniakash/pluralizer — Created with CodeSandbox. alexei/sprintf.js — sprintf.js is a complete open source JavaScript sprintf implementation.