com.reverseXSL.util
Class RegexCheck

java.lang.Object
  extended by com.reverseXSL.util.RegexCheck
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public final class RegexCheck
extends java.lang.Object
implements java.awt.event.ActionListener

Command-line tool.

Allows experimenting with regular expressions in general. Shows in particular the reverseXSL Parser behaviour when the relevant expression is used for segment cutting (as in CUT "pattern"), or data validation, or value extraction.

Invoke via :

  java -cp ReverseXSL.jar com.reverseXSL.util.RegexCheck

.


Constructor Summary
RegexCheck()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent event)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegexCheck

public RegexCheck()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent event)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

main

public static void main(java.lang.String[] args)