awesome-repositories.com
Blog
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
·
SwiftValidatorCommunity avatar

SwiftValidatorCommunity/SwiftValidator

0
View on GitHub↗
1,438 Stars·367 Forks·Swift·MIT·2 Aufrufe

SwiftValidator

A rule-based validation library for Swift

Features

  • Form Builders - Rule-based validation library.
  • Input Validation - Rule-based validation library.

Star-Verlauf

Star-Verlauf für swiftvalidatorcommunity/swiftvalidatorStar-Verlauf für swiftvalidatorcommunity/swiftvalidator

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 SwiftValidator

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit SwiftValidator.
  • ustwo/formvalidator-swiftAvatar von ustwo

    ustwo/formvalidator-swift

    491Auf GitHub ansehen↗

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

    Swift
    Auf GitHub ansehen↗491
  • 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 SwiftValidator anzeigen→

Häufig gestellte Fragen

Was macht swiftvalidatorcommunity/swiftvalidator?

A rule-based validation library for Swift

Was sind die Hauptfunktionen von swiftvalidatorcommunity/swiftvalidator?

Die Hauptfunktionen von swiftvalidatorcommunity/swiftvalidator sind: Form Builders, Input Validation.

Welche Open-Source-Alternativen gibt es zu swiftvalidatorcommunity/swiftvalidator?

Open-Source-Alternativen zu swiftvalidatorcommunity/swiftvalidator sind unter anderem: sventiigi/validatedpropertykit — Easily validate your Properties with Property Wrappers 👮. ustwo/formvalidator-swift — A framework to validate inputs of text fields and text views in a convenient way. 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…