let text = "Visit 91xjr!";
let pattern = /W3S/gi; // "g" and "i" is set, "m" is not.
let result = pattern.multiline;
Try it Yourself »
The multiline property specifies whether or not the m modifier is set.
This property returns true if the "m" modifier is set, otherwise it returns false.
multiline
is an ECMAScript1 (ES1) feature.
ES1 (JavaScript 1997) is fully supported in all browsers:
Chrome | Edge | Firefox | Safari | Opera | IE |
Yes | Yes | Yes | Yes | Yes | Yes |
RegExpObject.multiline
Type | Description |
---|---|
Boolean | Returns true if the "m" modifier is set, false otherwise |
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!