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

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

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

RedMadRobot/input-mask-ios

0
View on GitHub↗
588 نجوم·95 تفرعات·Swift·MIT·2 مشاهدات

Input Mask Ios

User input masking library repo.

Features

  • Input Validation - Pattern-based user input formatting and validation.
  • Text Processing - Format, parse, and validate user input patterns.

سجل النجوم

مخطط تاريخ النجوم لـ redmadrobot/input-mask-iosمخطط تاريخ النجوم لـ redmadrobot/input-mask-ios

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

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

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

Start searching with AI

بدائل مفتوحة المصدر لـ Input Mask Ios

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Input Mask Ios.
  • marmelroy/phonenumberkitالصورة الرمزية لـ marmelroy

    marmelroy/PhoneNumberKit

    5,374عرض على GitHub↗

    PhoneNumberKit is a Swift framework for parsing, formatting, and validating international phone numbers according to global numbering standards. It provides a system of lookup tables, structural parsers, and validation tools to handle the complexities of international telephone numbering. The library converts raw strings into structured objects containing country codes and national numbers. It translates international dialing codes into full country names and verifies whether phone number strings are logically possible and conform to specific regional numbering plans. The project includes ut

    Swift
    عرض على GitHub↗5,374
  • arktypeio/arktypeالصورة الرمزية لـ arktypeio

    arktypeio/arktype

    7,780عرض على GitHub↗

    Arktype is a TypeScript runtime validation library and schema orchestrator. It synchronizes TypeScript types with runtime data validation, allowing users to define type-safe schemas that ensure unknown data adheres to specific structures during application execution. The project distinguishes itself by using set-theory type analysis to determine intersections and subtype compatibility, alongside JIT-compiled validation functions for optimized performance. It supports advanced type modeling through branded type constraints, recursive alias resolution, and the ability to generate runtime valida

    TypeScriptjavascriptparsingruntime-typechecking
    عرض على GitHub↗7,780
  • jzaefferer/jquery-validationالصورة الرمزية لـ jzaefferer

    jzaefferer/jquery-validation

    10,327عرض على GitHub↗

    This project is a jQuery-based form validation library designed to verify HTML form input values on the client side before submission. It functions as an input validator that enforces data integrity constraints through rule-based verification and value normalization. The library focuses on web accessibility compliance by linking error messages to input fields via ARIA attributes, ensuring that screen readers can announce validation failures to the user. The system supports the creation of custom validation rules and the transformation of raw input strings through a normalization pipeline. Co

    JavaScript
    عرض على GitHub↗10,327
  • chriso/validator.jsالصورة الرمزية لـ chriso

    chriso/validator.js

    23,744عرض على GitHub↗

    validator.js is a JavaScript string validation and sanitization library. It provides a set of functions to verify that strings match specific patterns—such as emails, URLs, and alphanumeric formats—and a toolkit for cleaning and transforming text input to remove prohibited characters and trim whitespace. The library includes utilities for standardizing email addresses by lowercasing domains and removing sub-addressing markers. It also functions as an HTML entity escaper, replacing special characters with entities to prevent the browser from executing text as code. The project covers capabili

    JavaScript
    عرض على GitHub↗23,744
عرض جميع البدائل الـ 30 لـ Input Mask Ios→

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

ما هي وظيفة redmadrobot/input-mask-ios؟

User input masking library repo.

ما هي الميزات الرئيسية لـ redmadrobot/input-mask-ios؟

الميزات الرئيسية لـ redmadrobot/input-mask-ios هي: Input Validation, Text Processing.

ما هي البدائل مفتوحة المصدر لـ redmadrobot/input-mask-ios؟

تشمل البدائل مفتوحة المصدر لـ redmadrobot/input-mask-ios: marmelroy/phonenumberkit — PhoneNumberKit is a Swift framework for parsing, formatting, and validating international phone numbers according to… arktypeio/arktype — Arktype is a TypeScript runtime validation library and schema orchestrator. It synchronizes TypeScript types with… jzaefferer/jquery-validation — This project is a jQuery-based form validation library designed to verify HTML form input values on the client side… chriso/validator.js — validator.js is a JavaScript string validation and sanitization library. It provides a set of functions to verify that… hayes/pothos — Pothos is a code-first GraphQL schema builder and framework designed for type-safe development. It allows developers… go-ozzo/ozzo-validation — ozzo-validation is a programmable data validation library for Go that verifies structs, maps, and primitive types…