gov.lbl.dsd.firefish
Class GrepTool
java.lang.Object
gov.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 $
GrepTool
public GrepTool()
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)
Jump to the Firefish Homepage