Lines Matching full:multiline
1220 * Returns whether this regular expression has the multiline (m) flag set.1221 * @return {boolean} Value of the multiline flag1223 RegExpMirror.prototype.multiline = function() {1224 return this.value_.multiline;