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

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

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

6 रिपॉजिटरी

Awesome GitHub RepositoriesFormat String Validators

Tools that verify format specifiers against expected data types to prevent crashes.

Distinct from String Formatting Utilities: Distinct from general string formatting utilities by focusing on the validation of the format string itself.

Explore 6 awesome GitHub repositories matching development tools & productivity · Format String Validators. Refine with filters or upvote what's useful.

Awesome Format String Validators GitHub Repositories

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

    fmtlib/fmt

    23,596GitHub पर देखें↗

    fmt is a type-safe C++ text formatting library used to convert data into formatted strings and text. It serves as a high-performance string buffer utility and provided the basis for the formatting features introduced in the C++20 standard. The library shifts format string validation and size computation to the compilation phase to prevent runtime crashes and increase execution speed. It utilizes a memory-efficient interface to write formatted data directly into buffers, minimizing allocations and eliminating intermediate string overhead. The project covers a broad range of text processing ca

    Checks format specifiers against argument types during compilation to prevent runtime crashes caused by mismatched data types.

    C++
    GitHub पर देखें↗23,596
  • asaskevich/govalidatorasaskevich का अवतार

    asaskevich/govalidator

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

    Go Package of validators and sanitizers for strings, numerics, slices and structs

    Tests whether a string contains only characters of a certain type, such as alphabetic, numeric, or ASCII.

    Gogogovalidatorsanitization
    GitHub पर देखें↗6,203
  • dylang/shortiddylang का अवतार

    dylang/shortid

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

    shortid डेटाबेस रिकॉर्ड्स और पब्लिक URLs के लिए यूनिक आइडेंटिफ़ायर्स के रूप में उपयोग किए जाने वाले कॉम्पैक्ट, नॉन-सीक्वेंशियल स्ट्रिंग्स बनाने के लिए एक लाइब्रेरी है। यह एक URL-फ्रेंडली आइडेंटिफ़ायर यूटिलिटी के रूप में कार्य करती है जिसे छोटे अल्फ़ान्यूमेरिक स्ट्रिंग्स बनाने के लिए डिज़ाइन किया गया है। यह प्रोजेक्ट आइडेंटिफ़ायर्स के विज़ुअल अपीयरेंस को नियंत्रित करने और अस्पष्टता से बचने के लिए एक कस्टम वर्णमाला (alphabet) के उपयोग की अनुमति देता है। यह कस्टम कैरेक्टर सेट मैपिंग यह सुनिश्चित करती है कि जनरेट की गई कीज़ विशिष्ट फ़ॉर्मेटिंग या ब्रांडिंग आवश्यकताओं को पूरा करती हैं। इस सिस्टम में रिसोर्स एन्यूमरेशन को रोकने के लिए नॉन-सीक्वेंशियल की जनरेशन की क्षमताएं शामिल हैं, साथ ही यह वैलिडेट करने के लिए टूल्स भी हैं कि क्या कोई स्ट्रिंग अपेक्षित आइडेंटिफ़ायर फ़ॉर्मेट और कैरेक्टर सेट का पालन करती है।

    Provides the ability to specify the exact set of characters used to build identifiers for specific requirements.

    JavaScript
    GitHub पर देखें↗5,715
  • symfony/polyfill-ctypesymfony का अवतार

    symfony/polyfill-ctype

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

    This project is a PHP compatibility layer that implements the native ctype extension functions in pure PHP. It serves as a polyfill to ensure that character type validation remains consistent across different PHP versions and server environments. The library functions as a portability bridge, providing fallback implementations for environments where the native C extension is missing. This allows applications to maintain stability and consistent behavior regardless of the specific hosting platform or server configuration. The codebase focuses on PHP extension polyfilling and cross-platform de

    Provides a comprehensive set of tools for validating character types across diverse hosting platforms.

    PHPcompatibilitycomponentctype
    GitHub पर देखें↗4,043
  • promeg/tinypinyinpromeG का अवतार

    promeG/TinyPinyin

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

    TinyPinyin चीनी अक्षरों को Pinyin ध्वन्यात्मक अभ्यावेदन (phonetic representations) में बदलने के लिए उपयोग की जाने वाली एक Java और Android संगत लाइब्रेरी है। यह यह पहचानने के लिए चीनी चरित्र पहचान यूटिलिटीज प्रदान करती है कि क्या टेक्स्ट चीनी लेखन प्रणाली का है। इस लाइब्रेरी में एक पॉलीफोनिक कैरेक्टर रिज़ॉल्वर शामिल है जो प्रासंगिक विश्लेषण के माध्यम से कई ध्वनियों वाले अक्षरों के लिए सही उच्चारण निर्धारित करता है। इसे मोबाइल डिवाइसेस पर कम मेमोरी उपयोग के लिए डिज़ाइन किया गया है।

    Implements range-based checks to validate if characters belong to the Chinese writing system.

    Javacharacterjava-androidpinyin
    GitHub पर देखें↗3,943
  • locutusjs/locutuslocutusjs का अवतार

    locutusjs/locutus

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

    Locutus is a multi-language utility library and polyfill collection written in TypeScript. It provides a comprehensive set of implementations for standard library functions from various programming languages, enabling developers to use familiar semantics and behaviors across different technical environments. The library functions as a cross-language standard library, porting core logic and utilities from diverse languages into a type-safe TypeScript toolset. It focuses on maintaining consistent behavior through a polyfill-based design that replicates the original functionality of these foreig

    Provides validators to check if strings consist of specific character sets like alphanumeric or digits.

    TypeScriptjavascriptportsprogramming-language
    GitHub पर देखें↗3,770
  1. Home
  2. Development Tools & Productivity
  3. Format String Validators

सब-टैग एक्सप्लोर करें

  • Character Set Validators2 सब-टैग्सValidates that a string contains only characters from a specified set, such as alphabetic, numeric, ASCII, or alphanumeric. **Distinct from Format String Validators:** Distinct from Format String Validators: focuses on character-level content validation (e.g., only letters or digits) rather than verifying format specifier syntax.