1 repository
Verification that a string contains only bytes from a defined allowed set.
Distinct from String Pattern Validators: Validates against arbitrary byte sets rather than predefined regex patterns or specific alphanumeric formats.
Explore 1 awesome GitHub repository matching web development · Character Set Validations. Refine with filters or upvote what's useful.
Janet is a Lisp-based dynamic programming language featuring a register-based bytecode virtual machine and an embeddable scripting engine. It functions as a fiber-based concurrency runtime and includes a parsing engine based on Parsing Expression Grammars. The project is distinguished by its ability to be integrated into C or C++ applications via a minimal header interface. It utilizes a Lisp-style macro system for compile-time code transformation and employs prototype-based table inheritance for object-oriented behavior. The runtime covers a broad set of capabilities, including asynchronous
Checks if a string consists exclusively of bytes from a specified set.