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

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

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

chalk/strip-ansi

0
View on GitHub↗
503 نجوم·45 تفرعات·JavaScript·MIT·3 مشاهدات

Strip Ansi

Strip ANSI escape codes from a string

Features

  • معالجة النصوص - Removes ANSI escape codes from strings.

سجل النجوم

مخطط تاريخ النجوم لـ chalk/strip-ansiمخطط تاريخ النجوم لـ chalk/strip-ansi

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

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

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

Start searching with AI

بدائل مفتوحة المصدر لـ Strip Ansi

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Strip Ansi.
  • 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
  • cocur/slugifyالصورة الرمزية لـ cocur

    cocur/slugify

    2,905عرض على GitHub↗

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

    PHP
    عرض على GitHub↗2,905
  • 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 لـ Strip Ansi→

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

ما هي وظيفة chalk/strip-ansi؟

Strip ANSI escape codes from a string

ما هي الميزات الرئيسية لـ chalk/strip-ansi؟

الميزات الرئيسية لـ chalk/strip-ansi هي: معالجة النصوص.

ما هي البدائل مفتوحة المصدر لـ chalk/strip-ansi؟

تشمل البدائل مفتوحة المصدر لـ chalk/strip-ansi: 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. 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. dodo/node-slug — slugifies even utf-8 chars! alexei/sprintf.js — sprintf.js is a complete open source JavaScript sprintf implementation.