Microsoft SDK for Java

match

This method of the IncludeExcludeWildcards Class determines if String s is a member of the set.

Syntax

public boolean match(String s);

Return Value

Returns true if s is in the set.

Parameters

s The String to test for membership.

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