Advanced Pattern Search

Power-user regex search with lookahead/lookbehind, named groups, and advanced pattern matching

Pattern Library - Click to Use

Live Regex Tester

Search Results

0 matches found
Enter a pattern and search to see results

About This Tool

Purpose

Advanced Pattern Search is a power-user tool for performing sophisticated regex-based searches across Claude Code transcripts. It supports modern JavaScript regex features including lookahead/lookbehind assertions, named capturing groups, and all regex flags for maximum search precision.

Features

Web Research Integration

Source: MDN - JavaScript Regular Expressions Guide

Techniques Applied:

Pattern Library Examples

Usage

  1. Enter Pattern - Type your regex pattern or select from the pattern library
  2. Configure Flags - Select appropriate flags (global, case-insensitive, multiline, etc.)
  3. Test Pattern - Use the live tester to verify your pattern works as expected
  4. Search - Execute search against sample data or loaded transcript sessions
  5. Analyze Results - Review matches with highlighted capture groups and context
  6. Export - Export results as JSON for further processing

Advanced Regex Tips