Microsoft JScript
multiline ($*) Property
Language Reference
Version 3

See Also Applies To


Description
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.

Comments