Step 1: Marketplace Install
Open Settings/Preferences (Ctrl+Alt+S), navigate to Plugins, search for "RegExLab", and click Install. Restart your IDE when prompted.
Master Regular Expressions in Real-Time
Start Installation View MarketplaceAdd RegExLab to your JetBrains workspace in under sixty seconds. The plugin installs directly from the official JetBrains Marketplace and automatically configures for IntelliJ IDEA 2023.3+, PyCharm Professional, and WebStorm.
Open Settings/Preferences (Ctrl+Alt+S), navigate to Plugins, search for "RegExLab", and click Install. Restart your IDE when prompted.
Access the RegExLab panel via View → Tool Windows → RegExLab. Pin it to your right sidebar for continuous visibility while coding.
Enable "Sync with Find/Replace" in plugin settings. Your active editor selection automatically populates the RegExLab input field.
Bridge the gap between experimental regex patterns and production-ready refactoring. RegExLab operates inside your existing JetBrains workflows without overriding native behaviors.
Test capture groups and backreferences directly against your open file. See exactly which lines match before committing to a project-wide replacement.
Automatically detects Java, PCRE, or ECMAScript syntax based on your project language. Flags unsupported lookbehinds or character class errors in real-time.
Save frequently used patterns to your local JetBrains config. Export matched results to CSV, JSON, or directly paste replacement strings into the native Find toolbar.
Keep your hands on the home row. RegExLab maps to intuitive keybindings that complement JetBrains' existing navigation standards.
Ctrl+Alt+R (Windows/Linux) or Cmd+Option+R (macOS). Toggles the floating regex workspace without interrupting your current editor focus.
Ctrl+Shift+R. Copies your highlighted text directly into the RegExLab test input area for immediate pattern matching.
Alt+Enter. Pushes your validated expression and replacement string straight into IntelliJ's native Find/Replace dialog, preserving regex mode flags.