public class RegexUtil
extends Object
正则表达式常量类
- Author:
- shoothzj
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
NUMBER_REG
public static final String NUMBER_REG
- See Also:
-
-
WORDS_REG
public static final String WORDS_REG
- See Also:
-
-
IPV4_REGEX
public static final String IPV4_REGEX
- See Also:
-
-
NUMBER_PATTERN
public static final Pattern NUMBER_PATTERN
-
WORDS_PATTERN
public static final Pattern WORDS_PATTERN
-
IPV4_PATTERN
public static final Pattern IPV4_PATTERN
-
Constructor Details
-
RegexUtil
public RegexUtil()