Microsoft SDK for Java

match

This method of the WildcardExpression Class evaluates the expression on a string.

Syntax

public boolean match(String s);

Return Value

Returns true if the expression accepts the string.

Parameters

s The string to evaluate the expression on.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.