═══════════════════════════════════════════════════════════════════════════════
                          /\br(?!xg)(?:e|x)(?:gex)?\b/
═══════════════════════════════════════════════════════════════════════════════

Thank you for installing RegexLab! 🚀

RegexLab transforms how you work with regex patterns in Sublime Text:

  • 📚 Portfolio System - Organize patterns by project or domain
  • 🔍 Quick Pattern Loading - Ctrl+K, Ctrl+R to browse and inject
  • 🧪 Dynamic Variables - {{DATE}}, {{USERNAME}}, custom placeholders
  • 🛡️ Integrity Protection - Built-in portfolios auto-restore if corrupted
  • 🎯 Smart Panel Targeting - Patterns open in the right panel automatically

═══════════════════════════════════════════════════════════════════════════════

📖 QUICK START:

1. Press Ctrl+K, Ctrl+R (Cmd+K, Cmd+R on macOS) to load a pattern
   → Browse built-in patterns (data validation, network, dates, cleanup)
   → Select a pattern → It's injected into Find panel with regex ON

2. Press Ctrl+K, Ctrl+P (Cmd+K, Cmd+P on macOS) for Portfolio Manager
   → View/manage all portfolios
   → Create new portfolios with the wizard
   → Enable/disable portfolios on the fly

3. Select text → Press Ctrl+K, Ctrl+U (Cmd+K, Cmd+U on macOS)
   → Quick actions: Save as pattern or inject into panels

═══════════════════════════════════════════════════════════════════════════════

🔧 CONFIGURATION:

  Preferences > Package Settings > Regex Lab > Settings

  Configure:
  • Variable formats ({{DATE}}, {{TIME}})
  • Quick panel appearance
  • Logging level (DEBUG for troubleshooting)
  • Export directory

═══════════════════════════════════════════════════════════════════════════════

📚 BUILT-IN PORTFOLIOS:

RegexLab ships with curated pattern collections:

  • RXL - Data: Numbers, text, network (emails, URLs, IPs), dates, cleanup
    → 34 patterns ready to use!

More portfolios coming soon (RXL - Dev, RXL - Config, RXL - Log)!

═══════════════════════════════════════════════════════════════════════════════

🆘 NEED HELP?

  • Documentation: https://github.com/KaminoU/RegexLab/blob/main/README.md
  • Issues/Bugs: https://github.com/KaminoU/RegexLab/issues
  • Command Palette: "RegexLab: About" to see this guide again

═══════════════════════════════════════════════════════════════════════════════

💡 PRO TIPS:

  1. Use the Portfolio Wizard (Ctrl+K, Ctrl+P → "New Portfolio") instead of
     manually editing JSON files

  2. Enable DEBUG logging to see detailed loading steps:
     Settings → "log_level": "DEBUG"

  3. Patterns with default_panel open in the best panel automatically:
     - find_in_files: Emails, URLs, IPs
     - replace: Whitespace cleanup

  4. Press ESC to close input help popups faster

═══════════════════════════════════════════════════════════════════════════════

Enjoy RegexLab! 🎉

https://github.com/KaminoU/RegexLab

═══════════════════════════════════════════════════════════════════════════════
