A framework to validate inputs of text fields and text views in a convenient way.
Easily validate your Properties with Property Wrappers 👮
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
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
A rule-based validation library for Swift
Die Hauptfunktionen von swiftvalidatorcommunity/swiftvalidator sind: Form Builders, Input Validation.
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…