awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ianstormtaylor avatar

ianstormtaylor/to-camel-case

0
View on GitHub↗
36 نجوم·4 تفرعات·JavaScript·2 مشاهدات

To Camel Case

Convert a string to a camel case.

Features

  • معالجة النصوص - Converts strings to camelCase format.

سجل النجوم

مخطط تاريخ النجوم لـ ianstormtaylor/to-camel-caseمخطط تاريخ النجوم لـ ianstormtaylor/to-camel-case

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ To Camel Case

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع To Camel Case.
  • antirez/sdsالصورة الرمزية لـ antirez

    antirez/sds

    5,486عرض على GitHub↗

    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/smazالصورة الرمزية لـ antirez

    antirez/smaz

    1,222عرض على GitHub↗

    Small strings compression library

    C
    عرض على GitHub↗1,222
  • chalk/strip-ansiالصورة الرمزية لـ chalk

    chalk/strip-ansi

    503عرض على GitHub↗

    Strip ANSI escape codes from a string

    JavaScript
    عرض على GitHub↗503
  • alexei/sprintf.jsالصورة الرمزية لـ alexei

    alexei/sprintf.js

    2,140عرض على GitHub↗

    sprintf.js is a complete open source JavaScript sprintf implementation

    JavaScript
    عرض على GitHub↗2,140
عرض جميع البدائل الـ 30 لـ To Camel Case→

الأسئلة الشائعة

ما هي وظيفة ianstormtaylor/to-camel-case؟

Convert a string to a camel case.

ما هي الميزات الرئيسية لـ ianstormtaylor/to-camel-case؟

الميزات الرئيسية لـ ianstormtaylor/to-camel-case هي: معالجة النصوص.

ما هي البدائل مفتوحة المصدر لـ ianstormtaylor/to-camel-case؟

تشمل البدائل مفتوحة المصدر لـ ianstormtaylor/to-camel-case: 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.