7.23.3 global Property

Indicates whether the global switch (g) has been used. Read-only.
Syntax
rgexp.global
- rgexp
- A Regular Expression object.
Remarks
The global property contains True if the global (g) switch is used with a regular expression, and False if not.
Copyright © 2000 Chili!Soft
|