awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ustwo avatar

ustwo/formvalidator-swift

0
View on GitHub↗
491 Stars·33 Forks·Swift·MIT·4 Aufrufe

Formvalidator Swift

A framework to validate inputs of text fields and text views in a convenient way.

Features

  • Form Builders - Framework to validate text field and text view inputs.
  • Input Validation - Validates text field and text view inputs.

Star-Verlauf

Star-Verlauf für ustwo/formvalidator-swiftStar-Verlauf für ustwo/formvalidator-swift

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Formvalidator Swift

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Formvalidator Swift.
  • swiftvalidatorcommunity/swiftvalidatorAvatar von SwiftValidatorCommunity

    SwiftValidatorCommunity/SwiftValidator

    1,438Auf GitHub ansehen↗

    A rule-based validation library for Swift

    Swift
    Auf GitHub ansehen↗1,438
  • sventiigi/validatedpropertykitAvatar von SvenTiigi

    SvenTiigi/ValidatedPropertyKit

    981Auf GitHub ansehen↗

    Easily validate your Properties with Property Wrappers 👮

    Swift
    Auf GitHub ansehen↗981
  • arktypeio/arktypeAvatar von arktypeio

    arktypeio/arktype

    7,780Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,780
  • chriso/validator.jsAvatar von chriso

    chriso/validator.js

    23,744Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗23,744
Alle 29 Alternativen zu Formvalidator Swift anzeigen→

Häufig gestellte Fragen

Was macht ustwo/formvalidator-swift?

A framework to validate inputs of text fields and text views in a convenient way.

Was sind die Hauptfunktionen von ustwo/formvalidator-swift?

Die Hauptfunktionen von ustwo/formvalidator-swift sind: Form Builders, Input Validation.

Welche Open-Source-Alternativen gibt es zu ustwo/formvalidator-swift?

Open-Source-Alternativen zu ustwo/formvalidator-swift sind unter anderem: sventiigi/validatedpropertykit — Easily validate your Properties with Property Wrappers 👮. swiftvalidatorcommunity/swiftvalidator — A rule-based validation library for Swift. 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… laravelcollective/html — This project is a programmatic HTML form builder and element generator for PHP, designed as a component library for…