public interface PatternMatcher
限定符和类型 | 方法和说明 |
---|---|
boolean |
matches(String pattern,
String source)
Returns
true if the given source matches the specified pattern ,
false otherwise. |
Copyright © 2013–2016 Alibaba Group. All rights reserved.