public final class SimpleWildcardTester
extends java.lang.Object
| Constructor and Description |
|---|
SimpleWildcardTester() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
testWildcard(java.lang.String pattern,
java.lang.String str)
Returns whether a string matches a particular pattern.
|
static boolean |
testWildcardIgnoreCase(java.lang.String pattern,
java.lang.String str)
Returns whether a string matches a particular pattern.
|
public static boolean testWildcard(java.lang.String pattern,
java.lang.String str)
pattern - the input patternstr - the string to testtrue if a match occurs; falseotherwise.public static boolean testWildcardIgnoreCase(java.lang.String pattern,
java.lang.String str)
pattern - the input patternstr - the string to testtrue if a match occurs; falseotherwise.
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.