public final class RegexConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
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
|
public static final String INTEGER
public static final String REAL
public static final String LINE_DELIMITOR
Copyright © 2016. All Rights Reserved.