public class RegexParser extends Object
| 构造器和说明 |
|---|
RegexParser() |
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
containsWildcard(String regex) |
static String |
regexFormat(String regex)
Replace input string non-regular special characters with standard regular expression strings; Replace '*' with
'.* '?
|
public static String regexFormat(String regex)
regex - The expression to be formattedpublic static boolean containsWildcard(String regex)
Copyright © 2018–2022 Alibaba Group. All rights reserved.