learn-regex
Regex tutorial
An introduction to regular expressions with explanations and examples.
Learn regex the easy way
46k stars
900 watching
6k forks
last commit: over 1 year ago
Linked from 2 awesome lists
learn-regexregexregular-expression
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | An implementation of regular expressions for Rust. | 3,580 |
| | A comprehensive resource for learning JavaScript regular expressions | 112 |
| | Generates regular expressions from a set of input strings by building a trie and converting it to a regex using Brzozowski's algebraic method | 3,344 |
| | A live regular expression testing environment built with curses. | 8 |
| | A comprehensive resource for learning Python regular expressions | 1,767 |
| | A comprehensive resource for learning Ruby Regular Expressions from beginner to advanced levels with examples and exercises. | 99 |
| | A comprehensive resource providing regular expression patterns and explanations for common use cases. | 289 |
| | Builds and composes regular expressions in JavaScript to improve maintainability and readability of complex regex patterns. | 145 |
| | A wrapper around NSRegularExpression to simplify regular expression usage in Swift | 331 |
| | A JavaScript tool for parsing and visualizing regular expressions | 5,722 |
| | An editor that provides a visual interface to construct and edit regular expressions for use in JavaScript code. | 35 |
| | A template tag function for composing regular expressions without double escaping. | 63 |
| | A Rust library that efficiently compiles and matches regular expressions with advanced features like backreferences and look-around. | 438 |
| | A fast and safe regular expression engine designed to eliminate security vulnerabilities | 130 |
| | Tools and APIs for parsing, manipulating, and executing regular expressions in JavaScript | 401 |