sc: Configuring the Citation Engine

 
 8 Configuring the Citation Engine
 *********************************
 
 At the heart of Supercite is a regular expression interpreting engine
 called “Regi”.  Regi operates by interpreting a data structure called a
 Regi-frame (or just “frame”), which is a list of Regi-entries (or just
 “entry”).  Each entry contains a predicate, typically a regular
 expression, which is matched against a line of text in the current
 buffer.  If the predicate matches true, an associated expression is
 ‘eval’uated.  In this way, an entire region of text can be transformed
 in an _awk_-like manner.  Regi is used throughout Supercite, from mail
 header information extraction, to header nuking, to citing text.
 

Menu