July 1998
Intermediate to advanced
1456 pages
65h 5m
English
multiline — NN 4 IE J3 ECMA n/a
Read/Write
If the search extends across multiple lines of text, the multiline
property is set to true. A search through text in
a TEXTAREA element, for example, is multiline. The
short version is $*.
if (RegExp.multiline) {
...
}Boolean.
Read now
Unlock full access