Microsoft® JScript multiline ($*) Property |
Language Reference Version 3 |
Indicates whether searching continued across line breaks. Read-only.
RegExp.multiline
RegExp.$*
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.