util
Class TextTools

java.lang.Object
  |
  +--util.TextTools

public class TextTools
extends Object


Constructor Summary
TextTools()
           
 
Method Summary
static String stripHTML(String in)
          Strips off HTML
static String toNiceText(String in)
          Removes control characters and replaces underscores with spaces
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextTools

public TextTools()
Method Detail

toNiceText

public static String toNiceText(String in)
Removes control characters and replaces underscores with spaces

stripHTML

public static String stripHTML(String in)
Strips off HTML