learn-regex

Regex tutorial

An introduction to regular expressions with explanations and examples.

Learn regex the easy way

GitHub

46k stars
900 watching
6k forks
last commit: over 2 years ago
Linked from 2 awesome lists

learn-regexregexregular-expression

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
rust-lang/regexAn implementation of regular expressions for Rust.3,580
learnbyexample/learn_js_regexpA comprehensive resource for learning JavaScript regular expressions112
devongovett/regexgenGenerates regular expressions from a set of input strings by building a trie and converting it to a regex using Brzozowski's algebraic method3,344
a-n-t-h-o-n-y/regexploreA live regular expression testing environment built with curses.8
learnbyexample/py_regular_expressionsA comprehensive resource for learning Python regular expressions1,767
learnbyexample/ruby_regexpA comprehensive resource for learning Ruby Regular Expressions from beginner to advanced levels with examples and exercises.99
niklongstone/regular-expression-cheat-sheetA comprehensive resource providing regular expression patterns and explanations for common use cases.289
compose-regexp/compose-regexp.jsBuilds and composes regular expressions in JavaScript to improve maintainability and readability of complex regex patterns.145
sindresorhus/regexA wrapper around NSRegularExpression to simplify regular expression usage in Swift331
cjex/regulexA JavaScript tool for parsing and visualizing regular expressions5,722
johannesvollmer/regex-nodesAn editor that provides a visual interface to construct and edit regular expressions for use in JavaScript code.35
trusktr/regexrA template tag function for composing regular expressions without double escaping.63
fancy-regex/fancy-regexA Rust library that efficiently compiles and matches regular expressions with advanced features like backreferences and look-around.438
mudge/re2A fast and safe regular expression engine designed to eliminate security vulnerabilities130
dmitrysoshnikov/regexp-treeTools and APIs for parsing, manipulating, and executing regular expressions in JavaScript401