Firefish 0.5.10

gov.lbl.dsd.firefish
Class GrepTool

java.lang.Object
  extended bygov.lbl.dsd.firefish.GrepTool

public class GrepTool
extends Object

Convenience tools for evaluating a regular expression.

Version:
$Revision: 1.3 $, $Date: 2004/02/06 23:05:34 $

Constructor Summary
GrepTool()
           
 
Method Summary
static ItemSet grep(Pattern regex, CharSequence chars, boolean wrap, String[] groupNames, boolean lineNumbering)
           
static String patchJavaRegex(String query)
          Enable fast multi-line mode, see multi-line mode notes.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GrepTool

public GrepTool()
Method Detail

patchJavaRegex

public static String patchJavaRegex(String query)
Enable fast multi-line mode, see multi-line mode notes.


grep

public static ItemSet grep(Pattern regex,
                           CharSequence chars,
                           boolean wrap,
                           String[] groupNames,
                           boolean lineNumbering)

Firefish 0.5.10

Jump to the Firefish Homepage