Skip to content

Instantly share code, notes, and snippets.

View spr2-dev's full-sized avatar

SPR2-dev spr2-dev

  • France
  • 20:33 (UTC +02:00)
View GitHub Profile
@spr2-dev
spr2-dev / pattern_matching.md
Last active March 9, 2024 19:54
A quick beginner guide on Lua pattern matching

Lua Pattern Matching Cheat Sheet

Table Of Contents

  1. What's a pattern ?
  2. Positional characters
  3. Common matching characters
  4. Ranges, character sets and logic
  5. Quantifiers
  6. Capture groups
  7. Examples