org.starhope.appius.test
Class RegexTester
java.lang.Object
org.starhope.appius.test.RegexTester
public class RegexTester
- extends Object
WRITEME: Document this type. twheys@gmail.com Jan 15, 2010
- Author:
- Tim Heys
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 |
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
RegexTester
public RegexTester()
main
public static void main(String[] args)
twheys@gmail.com Jan 15, 2010
TO main WRITEME...
- Parameters:
args
- WRITEME