incr-regex-package
Regex matcher
A package providing an incremental regular expression parser for input validation and masking in JavaScript applications.
A node package for incremental regular expression parsing in JavaScript; useful for input validation
13 stars
4 watching
1 forks
Language: JavaScript
last commit: about 1 year ago Related projects:
Repository | Description | Stars |
---|---|---|
| A data backend for Hiera that matches client facts against regular expression patterns to provide hierarchical data | 12 |
| A tool to test and detect issues with regular expressions by fuzzing them with random input data. | 43 |
| A regular expression for matching all emoji symbols and sequences according to the Unicode Standard. | 1,774 |
| A parser for regular expressions that provides a structured representation of the match results | 74 |
| A Swift wrapper around NSRegularExpression for working with regular expressions in Swift applications | 4 |
| A live regular expression testing environment built with curses. | 8 |
| An editor that provides a visual interface to construct and edit regular expressions for use in JavaScript code. | 35 |
| Implementation of a Perl-like regex =~ operator in Swift | 112 |
| A comprehensive resource providing regular expression patterns and explanations for common use cases. | 289 |
| A template tag function for composing regular expressions without double escaping. | 63 |
| A wrapper around NSRegularExpression to simplify regular expression usage in Swift | 331 |
| A library to automatically match and parse regular expression groups into Go structs with various options. | 147 |
| A TypeScript library that parses and analyzes JavaScript regular expressions into abstract syntax tree nodes | 3 |
| A lightweight POSIX compliant regexp matching library with approximate matching capabilities | 811 |
| A flexible regular expression language and engine for token-based pattern matching in natural language processing. | 75 |