learn-regex
Regex tutorial
An introduction to regular expressions with explanations and examples.
Learn regex the easy way
46k stars
899 watching
6k forks
last commit: 9 months ago
Linked from 2 awesome lists
learn-regexregexregular-expression
Related projects:
Repository | Description | Stars |
---|---|---|
rust-lang/regex | An implementation of regular expressions for Rust. | 3,544 |
learnbyexample/learn_js_regexp | A comprehensive resource for learning JavaScript regular expressions | 112 |
devongovett/regexgen | 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-n-t-h-o-n-y/regexplore | A live regular expression testing environment built with curses. | 8 |
learnbyexample/py_regular_expressions | A comprehensive resource for learning Python regular expressions | 1,768 |
learnbyexample/ruby_regexp | A comprehensive resource for learning Ruby Regular Expressions from beginner to advanced levels with examples and exercises. | 99 |
niklongstone/regular-expression-cheat-sheet | A comprehensive resource providing regular expression patterns and explanations for common use cases. | 290 |
compose-regexp/compose-regexp.js | Builds and composes regular expressions in JavaScript to improve maintainability and readability of complex regex patterns. | 145 |
sindresorhus/regex | A wrapper around NSRegularExpression to simplify regular expression usage in Swift | 331 |
cjex/regulex | A JavaScript tool for parsing and visualizing regular expressions | 5,719 |
johannesvollmer/regex-nodes | An editor that provides a visual interface to construct and edit regular expressions for use in JavaScript code. | 35 |
trusktr/regexr | A template tag function for composing regular expressions without double escaping. | 62 |
fancy-regex/fancy-regex | A Rust library that efficiently compiles and matches regular expressions with advanced features like backreferences and look-around. | 431 |
mudge/re2 | A fast and safe regular expression engine designed to eliminate security vulnerabilities | 130 |
dmitrysoshnikov/regexp-tree | Tools and APIs for parsing, manipulating, and executing regular expressions in JavaScript | 401 |