public class RegexUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
IPV4_PATTERN |
static String |
IPV4_REGEX |
static Pattern |
WORDS_PATTERN |
static String |
wordsReg |
| Constructor and Description |
|---|
RegexUtil() |
public static final String wordsReg
public static final String IPV4_REGEX
public static final Pattern WORDS_PATTERN
public static final Pattern IPV4_PATTERN
Copyright © 2021 Shoothzj. All rights reserved.