Search Blizzard's UI source code
wow_ui_grepSearch the Lua and XML source of Blizzard's built-in addons with regex to find how the game implements UI events, frames, and data providers.
Instructions
Regex-search the full Lua and XML source of the 348 Blizzard addons that ship with the client. This is the ground truth for how the game itself does something — event handling, secure frames, data providers, layout. Use it when the API reference tells you what a function is but not how it is meant to be used.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ext | No | Restrict by file type. | |
| pkg | No | Restrict to one Blizzard package, e.g. Blizzard_ActionBar. | |
| limit | No | ||
| flavor | No | Game client. Defaults to retail. | |
| context | No | Lines of surrounding context per hit. | |
| pattern | Yes | JavaScript regular expression to search for. | |
| ignoreCase | No | ||
| pathContains | No | Restrict to paths containing this. |