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–2018 Alibaba Group. All rights reserved.