org.starhope.appius.test
Class RegexTester

java.lang.Object
  extended by org.starhope.appius.test.RegexTester

public class RegexTester
extends Object

WRITEME: Document this type. twheys@gmail.com Jan 15, 2010

Author:
Tim Heys

Field Summary
(package private) static Pattern pattern
          Enter a pattern to test
private static String regex
          WRITEME: Document this field.
private static Scanner scan
           
 
Constructor Summary
RegexTester()
           
 
Method Summary
static void main(String[] args)
           twheys@gmail.com Jan 15, 2010
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pattern

static Pattern pattern
Enter a pattern to test


regex

private static final String regex
WRITEME: Document this field. twheys@gmail.com Jan 15, 2010

See Also:
Constant Field Values

scan

private static Scanner scan
Constructor Detail

RegexTester

public RegexTester()
Method Detail

main

public static void main(String[] args)
 twheys@gmail.com Jan 15, 2010
 
TO main WRITEME...

Parameters:
args - WRITEME