Skip to content

Instantly share code, notes, and snippets.

View JasonTable's full-sized avatar
🦊

Jason the Leech JasonTable

🦊
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