Lab 14: Regular Expressions
🎯 Objective
📚 Background
⏱️ Estimated Time
📋 Prerequisites
🛠️ Tools Used
🔬 Lab Instructions
Step 1: Regex Basics — Matching Patterns
Step 2: Core Regex Syntax
Step 3: Capturing Groups
Step 4: Common Validation Patterns
Step 5: re.sub() — Search and Replace
Step 6: re.compile() — Pre-compiled Patterns
Step 7: re.split() and Lookahead/Lookbehind
Step 8: Real-World Log Parser
✅ Verification
🚨 Common Mistakes
📝 Summary
🔗 Further Reading
Last updated
