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: 11 months ago Related projects:
Repository | Description | Stars |
---|---|---|
jjulien/hiera-regex | A data backend for Hiera that matches client facts against regular expression patterns to provide hierarchical data | 12 |
0xsobky/regaxor | A tool to test and detect issues with regular expressions by fuzzing them with random input data. | 43 |
mathiasbynens/emoji-regex | A regular expression for matching all emoji symbols and sequences according to the Unicode Standard. | 1,761 |
tree-sitter/tree-sitter-regex | A parser for regular expressions that provides a structured representation of the match results | 74 |
ddddxxx/regex | A Swift wrapper around NSRegularExpression for working with regular expressions in Swift applications | 4 |
a-n-t-h-o-n-y/regexplore | A live regular expression testing environment built with curses. | 8 |
johannesvollmer/regex-nodes | An editor that provides a visual interface to construct and edit regular expressions for use in JavaScript code. | 35 |
kasei/swiftregex | Implementation of a Perl-like regex =~ operator in Swift | 112 |
niklongstone/regular-expression-cheat-sheet | A comprehensive resource providing regular expression patterns and explanations for common use cases. | 290 |
trusktr/regexr | A template tag function for composing regular expressions without double escaping. | 62 |
sindresorhus/regex | A wrapper around NSRegularExpression to simplify regular expression usage in Swift | 331 |
oriser/regroup | A library to automatically match and parse regular expression groups into Go structs with various options. | 147 |
rundevelopment/regexp-ast-analysis | A TypeScript library that parses and analyzes JavaScript regular expressions into abstract syntax tree nodes | 3 |
laurikari/tre | A lightweight regexp matching library with approximate fuzzy matching capabilities. | 805 |
knowitall/openregex | A flexible regular expression language and engine for token-based pattern matching in natural language processing. | 75 |