| How to Use the REGEX Functions in Excel(howtogeek.com) | excel |
| LLMs and regular expressions(johndcook.com) | ai |
| Regex Night(gitlab.com/agateau) | syntax highlighter |
| Ultimate Guide to Validating Emails with Regex(abstractapi.com) | emailpatterns |
| Negative Lookahead Assertion(susam.net) | features |
| Regular Expression Tools(tiny-helpers.dev) | links |
| rxxr2(github.com/superhuman) | redos |
| Debuggex: Online visual regex tester for JavaScript, Python, and PCRE.(debuggex.com) | javascriptpcrepythontesting |
| Regulex:JavaScript Regular Expression Visualizer(jex.im) | diagramming |
| Regex Vis(regex-vis.com) | diagramming |
| Regexplained(regexplained.co.uk) | diagramming |
| RegExp playground(regexplained.com) | testing |
| ISO 8601 Date Validation That Doesn’t Suck(myintervals.com) | datespatterns |
| PHP: Possible modifiers in regex patterns - Manual(php.net) | php |
| Regexploit: DoS-able Regular Expressions(blog.doyensec.com) | redostesting |
| Implementing Regular Expressions in TypeScript Types (Badly)(skalt.github.io) | fun |
| re2 - npm(npmjs.com) | enginesjavascript |
| ignore(npmjs.com) | gitignore |
| Regex for ANSI Escape Sequences(github.com/chalk) | ansipatterns |
| safe-regex2(npmjs.com) | redos |
| Bash Regex(ysap.sh) | bash |
| check-email-valid(github.com/jonsherrard) | emailpatterns |
| Regexp pre-processing(yurichev.com) | performance |
| Regex - Swift Standard Library(developer.apple.com) | enginesswift |
| $regex - MongoDB Manual(mongodb.com) | enginesmongodb |
| Securelog Scan detectors(github.com/Onboardbase) | patternssecrets |
| Regular Expression Patterns(breakingpar.com) | patterns |
| Simplifying Regular Expression Using Python(amazon.com) | bookspython |
| Common and Extended Log Format (archived from effbot.org)(pinboard.in) | patterns |
| Regfuzz - fuzz testing regular expression engines(code.google.com) | engine testing |
| Where can I find unit tests for regular expressions in multiple languages?(stackoverflow.com) | engine testing |
| Regex Storm: .NET Regex Tester(regexstorm.net) | dotnettesting |
| Regular Expressions - Wikibooks(en.wikibooks.org) | booksintro |
| A regular expression to match all emoji-only symbols(github.com/slevithan) | emojipatterns |
| math-with-regexps(github.com/fxn) | fun |
| Comment your regular expressions(thoughtbot.com) | best practices |
| Regular expressions cookbook by Jan Goyvaerts: Free Download, Borrow, and Streaming(archive.org) | bookspatterns |
| Regex DB(rgxdb.com) | patterns |
| Giving C++ std::regex a C makeover(nullprogram.com) | cengines |
| 5 Tips for Using Regular Expressions in Data Cleaning - KDnuggets(kdnuggets.com) | intro |
| Go wild: Wildcard support in Rules and a new open-source wildcard crate(blog.cloudflare.com) | non regex matching |
| Regexes Got Good: The History And Future Of Regular Expressions In JavaScript(smashingmagazine.com) | news |
| Patterns used in iterm2's smart selections(gitlab.com/gnachman) | patterns |
| ICU Regular Expressions Documentation(unicode-org.github.io) | engines |
| Regular expression to match DNS hostname or IP Address?(stackoverflow.com) | patterns |
| Regular Expressions in MySQL(blogs.oracle.com) | intromysql |
| New reference pages on MDN for JavaScript regular expressions(developer.mozilla.org) | news |
| Highlighter for JavaScript regex syntax(github.com/slevithan) | javascripttodo |
| Needle: A DFA Based Regex Library that Compiles to JVM ByteCode(justinblank.com) | enginesjava |
| The dangers of single line regular expressions | Greg Molnar(greg.molnar.io) | security |
| AI Powered Text to Regex(rgx.tools) | builder |
| Wrangling data with Regular Expressions(github.com/utdata) | tutorial |
| Regex in Elm(package.elm-lang.org) | elmengines |
| Regular expression to match SWIFT-BIC codes(johndcook.com) | patterns |
| Ragel State Machine Compiler(colm.net) | advancedcc++engines |
| The Bastards Book of Regular Expressions(regex.bastardsbook.com) | books |
| The Cloudflare Regex Catastrophe(osintteam.blog) | news |
| The plural of regex is...(wikis.world/@theresnotime) | fun |
| Russ Cox's Thompson NFA C regex engine to Rust(github.com/BurntSushi) | enginesrust |
| Deterministic finite automata (DFA) regex engine in Java(github.com/marianobarrios) | enginesjava |
| Semantic Versioning Regex(semver.org) | patterns |
| core-js: JavaScript polyfill for dotall and named captures(github.com/zloirock) | javascript |
| Rust's regex_test crate(docs.rs) | engine testing |
| Regex engine internals as a library(blog.burntsushi.net) | enginesrust |
| The true power of regular expressions(npopov.com) | advanced |
| PRegEx: Regular Expressions in Plain English in Python(towardsdatascience.com) | regex |
| The Typing of the RegEX(thetypingoftheregex.com) | regex |
| Awesome Resources: Regular Expressions(github.com/shahednasser) | links |
| Regular expression to match ICD-11 codes(johndcook.com) | patterns |
| GitHub - rurban/tiny-matcher: Dynamic (no compilation), bounded recursive.(github.com/rurban) | regex |
| Rob Pike's simple C regex matcher in Go(benhoyt.com) | regexregextodo |
| GitHub - manoss96/pregex: PRegEx - Programmable Regular Expressions(github.com/manoss96) | regex |
| GitHub - danielroe/magic-regexp: A compiled-away, type-safe, readable RegExp alternative(github.com/danielroe) | regex |
| Effortless conversions from English to RegEx with AI(autoregex.xyz) | aigenerator |
| Python 3.11: possessive quantifiers and atomic grouping added to re module(learnbyexample.github.io) | regex |
| redbean 2.0(redbean.dev) | clangregextodo |
| redbean 2.0 release notes(justine.lol) | clangregextodo |
| Heroku-22 Stack | Heroku Dev Center(devcenter.heroku.com) | regextodo |
| Rulex – A new, portable, regular expression language | Hacker News(news.ycombinator.com) | regextodo |
| Rulex(rulex-rs.github.io) | regex |
| Joy Framework(joy.swlkr.com) | lispregextodo |
| Oxygen.jl: A breath of fresh air for programming web apps in Julia - Julia Community(forem.julialang.org) | juliaregextodo |
| Arsen6331/pcre: Pure-Go PCRE2 port - pcre - Gitea: Git with a cup of tea(gitea.arsenm.dev) | golangregexregextodo |
| dlclark/regexp2: A full-featured regex engine in pure Go based on the .NET engine(github.com/dlclark) | regex |
| The unreasonable effectiveness of f-strings and re.VERBOSE - death and gravity(death.andgravity.com) | regex |
| A Quick Guide to Regular Expressions in Java(developer.okta.com) | regex |
| Regexes are Cool and Good • Buttondown(buttondown.email) | regex |
| Regular expressions and successive approximation(johndcook.com) | regex |
| Genie Framework - Highly Productive Web Development with Julia(genieframework.com) | juliaregextodo |
| Convert English to Regex in Google Sheets with GPT3(seotraininglondon.org) | regex |
| A JS library for building regular expressions in (almost) natural language |> Changelog(changelog.com) | regex |
| GitHub - pkulchenko/fullmoon: Fast and minimalistic Redbean-based Lua web framework in one file.(github.com/pkulchenko) | luaregextodo |
| Alternative Regex Syntax · oilshell/oil Wiki · GitHub(github.com/oilshell) | regex |
| grep Flags – The Good Stuff – zwischenzugs(zwischenzugs.com) | regex |
| VectorCamp/vectorscan: A portable fork of the high-performance regular expression matching library(github.com/VectorCamp) | regexregextodo |
| gitleaks/gitleaks.toml at master · zricethezav/gitleaks(github.com/zricethezav) | regexregextodo |
| Ruby's Email Address Regexp - Hacker News(news.ycombinator.com) | emailregex |
| commonregex/commonregex.go at master · mingrammer/commonregex(github.com/mingrammer) | regextodo |
| mingrammer/commonregex: 🍫 A collection of common regular expressions for Go(github.com/mingrammer) | regextodo |
| Extracting and Substituting Text with Regular Expressions in PostgreSQL(blog.crunchydata.com) | regex |