image\cslogo3d1.gif

JScript Regular Expression Object ignoreCase Property

Indicates whether the ignore case (i) switch has been used. Read-only.

Syntax: JScript Regular Expression Object ignoreCase Property

rgexp.ignoreCase

Arguments: JScript Regular Expression Object ignoreCase Property

rgexp

A Regular Expression object.

Remarks: JScript Regular Expression Object ignoreCase Property

The ignoreCase property contains True if the ignore case (i) switch is used with a regular expression, and False if not.

Copyright 2001 Sun Microsystems, Inc. All rights reserved. Legal Notice.