com.globalphasing.startools
Class StarRegex

java.lang.Object
  extended by com.globalphasing.startools.StarRegex

public class StarRegex
extends Object

Class providing a regular expression to match and tokenise STAR data.

Author:
pkeller

Field Summary
static String REGEX
          Regular expression that is matched by STAR data (The "StarTools regular expression").
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REGEX

public static final String REGEX
Regular expression that is matched by STAR data (The "StarTools regular expression"). This regular expression may be used independently of the StarTools library provided that certain conditions are met. See StarToolsRegexLicence.txt

See Also:
Constant Field Values


Copyright and Licence