public interface RegexConst
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
REG_ALNUM
Alphanumeric characters
|
static String |
REG_ALPHA
Alphabetic characters
|
static String |
REG_ASCII
ASCII characters
|
static String |
REG_BLANK
Space and tab
|
static String |
REG_CNTRL
Control characters
|
static String |
REG_DIGITS
Digits
|
static String |
REG_EMAIL
Email
|
static String |
REG_FIXED_TELEPHONE
国内固定电话
|
static String |
REG_GRAPH
SVisible characters (i.e. anything except spaces, control characters,
etc.)
|
static String |
REG_HTML
HTML
|
static String |
REG_IDENTIFICATION_CARD
身份证编码
|
static String |
REG_IP
i地址
|
static String |
REG_LEGAL_ACCOUNT
合法的名字(字母开头,允许5-16字节,允许字母数字下划线)
|
static String |
REG_LOWER
Lowercase letters
|
static String |
REG_MOBILE_TELEPHONE
移动电话
|
static String |
REG_POSTALCODE
邮政编码
|
static String |
REG_PRINT
Visible characters and spaces (i.e. anything except control characters,
etc.)
|
static String |
REG_PUNCT
Punctuation and symbols.
|
static String |
REG_SPACE
All whitespace characters, including line breaks
|
static String |
REG_SPACE_LINE
空白行
|
static String |
REG_SPACE_POINT
首尾空白字符
|
static String |
REG_UPPER
Uppercase letters
|
static String |
REG_URL
URL地址
|
static String |
REG_XDIGIT
Hexadecimal digits
|
static final String REG_GRAPH
static final String REG_PRINT
static final String REG_SPACE
Copyright © 2017. All rights reserved.