isMatch() method

Syntax

boolean isMatch ()

Returns

true if the regular expression needs to be matched; false if it must not be matched

Usage

Indicates if this regular expression should be matched or not.

true if the regular expression needs to be matched; false if it must not be matched