org.apache.anteater.util.regexp
Class RegexpTransforms

java.lang.Object
  |
  +--org.apache.anteater.util.regexp.RegexpTransforms

public class RegexpTransforms
extends Object

Utility class with methods for changing regexps.

Version:
$Revision: 1.1 $ $Date: 2002/10/23 17:03:11 $
Author:
Jeff Turner

Method Summary
static String ignoreTags(String patternStr)
          Adds regexp patterns to ignore tags between text.
static String normalizeSpaces(String patternStr)
          Converts ' ' to '\s+'.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

normalizeSpaces

public static String normalizeSpaces(String patternStr)
Converts ' ' to '\s+'.


ignoreTags

public static String ignoreTags(String patternStr)
Adds regexp patterns to ignore tags between text.



Ant Functional Tester -- see Project home page for details