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

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

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

Open-source alternatives to Input Mask Ios

30 open-source projects similar to redmadrobot/input-mask-ios, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Input Mask Ios alternative.

  • 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

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

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

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

Find more with AI search
  • 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
  • go-ozzo/ozzo-validationالصورة الرمزية لـ go-ozzo

    go-ozzo/ozzo-validation

    4,072عرض على GitHub↗

    ozzo-validation is a programmable data validation library for Go that verifies structs, maps, and primitive types using a declarative, rule-based approach. It functions as an interface-based validator, allowing for the recursive checking of nested data structures and custom types without the use of struct tags. The framework distinguishes itself as a context-aware validation engine, supporting the propagation of request-scoped data to rules that depend on external state. It provides extensive extensibility through custom rule definitions and the ability to override default failure text with l

    Gogogolangozzo
    عرض على GitHub↗4,072
  • hayes/pothosالصورة الرمزية لـ hayes

    hayes/pothos

    2,576عرض على GitHub↗

    Pothos is a code-first GraphQL schema builder and framework designed for type-safe development. It allows developers to construct schemas using typed definitions in TypeScript, eliminating the need for external code generation steps. The framework distinguishes itself through a dedicated data mapper that connects GraphQL types to relational databases and ORMs, such as Prisma, while optimizing query resolution. It provides a full implementation of the Relay specification, including global object identification and cursor-based pagination. The project covers several core capability areas, incl

    TypeScriptgraphqltypescript
    عرض على GitHub↗2,576
  • alexdrone/ios-fontawesomeالصورة الرمزية لـ alexdrone

    alexdrone/ios-fontawesome

    1,741عرض على GitHub↗

    NSString+FontAwesome

    Objective-C
    عرض على GitHub↗1,741
  • alecthomas/chromaالصورة الرمزية لـ alecthomas

    alecthomas/chroma

    4,960عرض على GitHub↗

    Chroma is a syntax highlighter written in Go that converts raw source code into colorized text or HTML. It identifies programming languages and tokens using language-specific lexers to produce highlighted output for various environments. The project utilizes a theme-driven colorization system that decouples token types from final colors through an intermediate style mapping layer. This allows for custom code theming by mapping specific token categories to foreground and background colors. The system covers language identification, terminal text formatting for ANSI-compatible viewers, and web

    Goconsolegogolang
    عرض على GitHub↗4,960
  • adrianmo/go-nmeaA

    adrianmo/go-nmea

    0عرض على GitHub↗
    عرض على GitHub↗0
  • amayne/swiftstringالصورة الرمزية لـ amayne

    amayne/SwiftString

    1,609عرض على GitHub↗

    A comprehensive, lightweight string extension for Swift

    Swift
    عرض على GitHub↗1,609
  • andialbrecht/sqlparseالصورة الرمزية لـ andialbrecht

    andialbrecht/sqlparse

    4,008عرض على GitHub↗

    sqlparse is a Python library for the programmatic analysis and manipulation of SQL statements. It provides a non-validating parser that breaks down SQL text into tokens and a utility to divide strings containing multiple queries into individual statements. The project includes a code formatter that reorganizes SQL statements using consistent indentation and keyword casing. It also provides mechanisms for automating this formatting and linting process through version control hooks to maintain code consistency.

    Python
    عرض على GitHub↗4,008
  • andreadelfante/predicateflowالصورة الرمزية لـ andreadelfante

    andreadelfante/PredicateFlow

    100عرض على GitHub↗

    Write amazing, strong-typed and easy-to-read NSPredicate.

    Swift
    عرض على GitHub↗100
  • andrewstuart/goqالصورة الرمزية لـ andrewstuart

    andrewstuart/goq

    270عرض على GitHub↗

    A declarative struct-tag-based HTML unmarshaling or scraping package for Go built on top of the goquery library

    Go
    عرض على GitHub↗270
  • andybalholm/cascadiaA

    andybalholm/cascadia

    0عرض على GitHub↗
    عرض على GitHub↗0
  • altayer-digital/atgvalidatorالصورة الرمزية لـ altayer-digital

    altayer-digital/ATGValidator

    51عرض على GitHub↗

    iOS validation framework with form validation support

    Swift
    عرض على GitHub↗51
  • ai/nanoidالصورة الرمزية لـ ai

    ai/nanoid

    26,821عرض على GitHub↗

    Nanoid is a library for generating unique, fixed-length identifiers designed for distributed systems and database indexing. It produces compact, URL-safe strings by mapping random byte values to a custom character set, allowing for consistent memory allocation and predictable indexing performance across independent nodes without the need for central coordination. The library distinguishes itself by utilizing system-level, cryptographically secure entropy sources to ensure that every generated identifier is statistically unpredictable. This approach provides resistance against collision attack

    JavaScript
    عرض على GitHub↗26,821
  • antchfx/xpathA

    antchfx/xpath

    0عرض على GitHub↗
    عرض على GitHub↗0
  • allendang/pipeitA

    AllenDang/PipeIt

    0عرض على GitHub↗
    عرض على GitHub↗0
  • artemkakun/text-processingA

    ArtemkaKun/text-processing

    0عرض على GitHub↗

    This library provides a set of functions in V for text processing.

    عرض على GitHub↗0
  • asciimoo/collyالصورة الرمزية لـ asciimoo

    asciimoo/colly

    25,348عرض على GitHub↗

    Colly is a web scraping framework and concurrent crawler written in Go. It provides a system for traversing web pages, following links, and extracting structured data from HTML and XML documents. The framework includes a distributed scraping engine designed to spread data collection tasks across multiple instances to increase throughput. It ensures compliance with website owner policies by automatically reading and respecting robots.txt files. The system manages request lifecycles through domain-based rate limiting, concurrency controls, and session management via a stateful cookie jar. It s

    Go
    عرض على GitHub↗25,348
  • ashtuchkin/iconv-liteالصورة الرمزية لـ ashtuchkin

    ashtuchkin/iconv-lite

    3,172عرض على GitHub↗

    Convert character encodings in pure javascript.

    JavaScript
    عرض على GitHub↗3,172
  • ashvardanian/stringzillaالصورة الرمزية لـ ashvardanian

    ashvardanian/StringZilla

    3,494عرض على GitHub↗

    Up to 100x faster strings for C, C++, CUDA, Python, Rust, Swift, JS, & Go, leveraging NEON, AVX2, AVX-512, SVE, GPGPU, & SWAR to accelerate search, hashing, sorting, edit distances, sketches, and memory ops 🦖

    Cdatasetedit-distancegpu
    عرض على GitHub↗3,494
  • avelino/slugifyالصورة الرمزية لـ avelino

    avelino/slugify

    35عرض على GitHub↗

    A Go slugify application that handles string

    Go
    عرض على GitHub↗35
  • avian2/unidecodeالصورة الرمزية لـ avian2

    avian2/unidecode

    610عرض على GitHub↗

    ASCII transliterations of Unicode text - GitHub mirror

    Python
    عرض على GitHub↗610
  • awalterschulze/gographvizA

    awalterschulze/gographviz

    0عرض على GitHub↗
    عرض على GitHub↗0
  • axgle/mahoniaA

    axgle/mahonia

    0عرض على GitHub↗
    عرض على GitHub↗0
  • beevik/etreeالصورة الرمزية لـ beevik

    beevik/etree

    1,664عرض على GitHub↗

    Parse, query and modify XML easily in go

    Godometreego
    عرض على GitHub↗1,664
  • blevesearch/bleveالصورة الرمزية لـ blevesearch

    blevesearch/bleve

    10,986عرض على GitHub↗

    Bleve is a search indexing engine library written in Go, designed to provide full-text search and document retrieval capabilities for embedded application data. It functions as a framework for indexing structured or unstructured information, allowing developers to build searchable collections that support complex query logic and data analysis. The engine distinguishes itself through a pluggable analysis pipeline that normalizes text before indexing, alongside support for vector similarity search to identify semantically related content. It utilizes finite-state transducer automata for efficie

    Go
    عرض على GitHub↗10,986
  • bmoliveira/markdownkitالصورة الرمزية لـ bmoliveira

    bmoliveira/MarkdownKit

    902عرض على GitHub↗

    A simple and customizable Markdown Parser for Swift

    Swift
    عرض على GitHub↗902
  • antchfx/xmlqueryA

    antchfx/xmlquery

    0عرض على GitHub↗
    عرض على GitHub↗0