public interface PatternMatcher
Modifier and Type | Method and Description |
---|---|
boolean |
matches(String pattern,
String source)
Returns
true if the given source matches the specified pattern ,
false otherwise. |
Copyright © 2013–2017 Alibaba Group. All rights reserved.