regex-tuesday
Regex challenges
A collection of regular expression challenges to practice and improve skills in pattern matching and string processing.
The repo for the regex tuesday challenges
89 stars
65 watching
12 forks
Language: JavaScript
last commit: over 11 years ago
Linked from 1 awesome list
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | Performs efficient text matching using regular expressions without lookahead or backtracking capabilities. | 332 |
| | A human-readable regex library with structured syntax and variable support. | 2 |
| | A system for building type-safe regular expressions with automatic extraction and modification of matched groups | 171 |
| | A collection of reusable regular expression functions for text processing in Go. | 896 |
| | A regular expression library for matching ANSI escape codes | 188 |
| | A benchmarking project comparing the performance of different programming languages' regex engines | 315 |
| | A comprehensive C++ regular expression library with advanced features and compiler defect workarounds. | 86 |
| | A Swift-based playground project providing tools and examples to learn regular expressions | 12 |
| | A comprehensive resource for learning JavaScript regular expressions | 112 |
| | A Swift wrapper around NSRegularExpression for working with regular expressions in Swift applications | 4 |
| | A proposal to extend regular expression syntax with modifier flags to control specific behavior. | 46 |
| | A Swift library for working with regular expressions. | 332 |
| | A Swift framework providing regular expression functionality | 67 |
| | Scans Regular Expressions for potential performance issues that can be exploited for Denial of Service attacks | 163 |
| | Proposes an escape sequence for matching Unicode line terminators in regular expressions | 5 |