7.22.8 multiline Property

Indicates whether searching continued across line breaks. Read-only.
Syntax
RegExp.multiline
Short Syntax
RegExp.$*
Remarks
The value of the multiline property is modified whenever a successful match is made. If multiline is True, searching was performed across line breaks; otherwise, multiline returns False.
Copyright © 2000 Chili!Soft
|