public final class RegexUtils extends Object
Modifier and Type | Method and Description |
---|---|
static boolean |
wildCardMatch(String text,
String pattern)
Performs a wild-card matching for the text and pattern provided.
|
public static boolean wildCardMatch(String text, String pattern)
text
- the text to be tested for matches.pattern
- the pattern to be matched for. This can contain the wildcard character '*' (asterisk).Copyright © 2016 PayPal Open Source. All rights reserved.