Previous PageNext Page

ignoreCase Property

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

Syntax

rgexp.ignoreCase

rgexp
A Regular Expression object.

Remarks

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


Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page