Re-builder

From WikEmacs
Revision as of 01:19, 10 April 2012 by Gregben (talk | contribs) (Created page with "== RE-Builder == An interactive Emacs tool to build a '''regexp''' (regular expression). == Invocation == '''M-x re-builder''' A new window is created just above the minib...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

RE-Builder

An interactive Emacs tool to build a regexp (regular expression).

Invocation

M-x re-builder

A new window is created just above the minibuffer with a single a pair of quotation marks (""). This is the *RE-Builder* buffer.

You build your regexp between the quotation marks in this buffer.

Introduction

RE-Builder allows you to interactively develop a regexp on the contents of the currently active buffer. Immediately after you type each character, the subject buffer is updated to highlight all those strings that match the regexp you've created thus far. Only the first 200 matches (if there are more than 200) are shown.

Examples