|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codelabor.system.pattern.util.RegexPatternMatchUtils
public class RegexPatternMatchUtils
Regex 패턴 매처 유틸리티
Constructor Summary | |
---|---|
RegexPatternMatchUtils()
|
Method Summary | |
---|---|
static boolean |
matches(List<String> includesPatternList,
List<String> excludesPatternList,
String inputString)
패턴 일치 여부를 확인한다. |
static boolean |
matches(List<String> patternList,
String inputString)
패턴 일치 여부를 확인한다. |
static boolean |
matches(String pattern,
String inputString)
패턴 일치 여부를 확인한다. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RegexPatternMatchUtils()
Method Detail |
---|
public static boolean matches(String pattern, String inputString)
pattern
- 패턴inputString
- 확인 대상 문자열
public static boolean matches(List<String> patternList, String inputString)
patternList
- 패턴 ListinputString
- 확인 대상 문자열
public static boolean matches(List<String> includesPatternList, List<String> excludesPatternList, String inputString)
includesPatternList
- 포함할 패턴 ListexcludesPatternList
- 제외할 패턴 ListinputString
- 확인 대상 문자열
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |