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

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

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्ट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/phonenumberkitmarmelroy का अवतार

    marmelroy/PhoneNumberKit

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

    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/arktypearktypeio का अवतार

    arktypeio/arktype

    7,780GitHub पर देखें↗

    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-validationjzaefferer का अवतार

    jzaefferer/jquery-validation

    10,327GitHub पर देखें↗

    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

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
  • chriso/validator.jschriso का अवतार

    chriso/validator.js

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

    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-validationgo-ozzo का अवतार

    go-ozzo/ozzo-validation

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

    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/pothoshayes का अवतार

    hayes/pothos

    2,576GitHub पर देखें↗

    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-fontawesomealexdrone का अवतार

    alexdrone/ios-fontawesome

    1,741GitHub पर देखें↗

    NSString+FontAwesome

    Objective-C
    GitHub पर देखें↗1,741
  • alecthomas/chromaalecthomas का अवतार

    alecthomas/chroma

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

    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

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • amayne/swiftstringamayne का अवतार

    amayne/SwiftString

    1,609GitHub पर देखें↗

    A comprehensive, lightweight string extension for Swift

    Swift
    GitHub पर देखें↗1,609
  • andialbrecht/sqlparseandialbrecht का अवतार

    andialbrecht/sqlparse

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

    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/predicateflowandreadelfante का अवतार

    andreadelfante/PredicateFlow

    100GitHub पर देखें↗

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

    Swift
    GitHub पर देखें↗100
  • andrewstuart/goqandrewstuart का अवतार

    andrewstuart/goq

    270GitHub पर देखें↗

    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

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • altayer-digital/atgvalidatoraltayer-digital का अवतार

    altayer-digital/ATGValidator

    51GitHub पर देखें↗

    iOS validation framework with form validation support

    Swift
    GitHub पर देखें↗51
  • ai/nanoidai का अवतार

    ai/nanoid

    26,821GitHub पर देखें↗

    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

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • allendang/pipeitA

    AllenDang/PipeIt

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • artemkakun/text-processingA

    ArtemkaKun/text-processing

    0GitHub पर देखें↗

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

    GitHub पर देखें↗0
  • asciimoo/collyasciimoo का अवतार

    asciimoo/colly

    25,348GitHub पर देखें↗

    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-liteashtuchkin का अवतार

    ashtuchkin/iconv-lite

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

    Convert character encodings in pure javascript.

    JavaScript
    GitHub पर देखें↗3,172
  • ashvardanian/stringzillaashvardanian का अवतार

    ashvardanian/StringZilla

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

    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/slugifyavelino का अवतार

    avelino/slugify

    35GitHub पर देखें↗

    A Go slugify application that handles string

    Go
    GitHub पर देखें↗35
  • avian2/unidecodeavian2 का अवतार

    avian2/unidecode

    610GitHub पर देखें↗

    ASCII transliterations of Unicode text - GitHub mirror

    Python
    GitHub पर देखें↗610
  • awalterschulze/gographvizA

    awalterschulze/gographviz

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • axgle/mahoniaA

    axgle/mahonia

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • beevik/etreebeevik का अवतार

    beevik/etree

    1,664GitHub पर देखें↗

    Parse, query and modify XML easily in go

    Godometreego
    GitHub पर देखें↗1,664
  • blevesearch/bleveblevesearch का अवतार

    blevesearch/bleve

    10,986GitHub पर देखें↗

    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/markdownkitbmoliveira का अवतार

    bmoliveira/MarkdownKit

    902GitHub पर देखें↗

    A simple and customizable Markdown Parser for Swift

    Swift
    GitHub पर देखें↗902
  • antchfx/xmlqueryA

    antchfx/xmlquery

    0GitHub पर देखें↗
    GitHub पर देखें↗0