com.croftsoft.core.net
Class Net

java.lang.Object
  extended by com.croftsoft.core.net.Net

public final class Net
extends Object

A collection of constants and static methods to supplement the java.net package.

Version:
1997-04-18
Author:
David W. Croft

Constructor Summary
Net()
           
 
Method Summary
static String strip_HTML_tags(String s)
          Removes everything between bracket pairs plus the brackets.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Net

public Net()
Method Detail

strip_HTML_tags

public static final String strip_HTML_tags(String s)
Removes everything between bracket pairs plus the brackets.


CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)