public abstract class MatchUtils extends Object
| Constructor and Description |
|---|
MatchUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
match(String pattern,
String str) |
static boolean |
match(String pattern,
String str,
boolean ignoreCase)
高级匹配,支持*配置,从spring-retry里的PatternMatcher类中复制过来的。
|
Copyright © 2021–2022 EasyJ????. All rights reserved.