org.expasy.jpl.commons.base.io
Class RegexConstants

java.lang.Object
  extended by org.expasy.jpl.commons.base.io.RegexConstants

public final class RegexConstants
extends Object

A list of static regular expressions.

Version:
1.0
Author:
nikitin

Field Summary
static String INTEGER
          integer expression
static String LINE_DELIMITOR
          About new lines, sources at http://en.wikipedia.org/wiki/Newline: Systems based on ASCII or a compatible character set use either LF (Line feed, '\n', 0x0A, 10 in decimal) or CR (Carriage return, '\r', 0x0D, 13 in decimal) individually, or CR followed by LF (CR+LF, 0x0D 0x0A).
static String REAL
          float expression
 
Constructor Summary
RegexConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INTEGER

public static final String INTEGER
integer expression

See Also:
Constant Field Values

REAL

public static final String REAL
float expression

See Also:
Constant Field Values

LINE_DELIMITOR

public static final String LINE_DELIMITOR
About new lines, sources at http://en.wikipedia.org/wiki/Newline: Systems based on ASCII or a compatible character set use either LF (Line feed, '\n', 0x0A, 10 in decimal) or CR (Carriage return, '\r', 0x0D, 13 in decimal) individually, or CR followed by LF (CR+LF, 0x0D 0x0A). These characters are based on printer commands: The line feed indicated that one line of paper should feed out of the printer, and a carriage return indicated that the printer carriage should return to the beginning of the current line.

See Also:
Constant Field Values
Constructor Detail

RegexConstants

public RegexConstants()


Copyright (c) 2012 Swiss Institute of Bioinformatics. All rights reserved.