444546474849505152
if ((java.util.regex.Pattern.MULTILINE & flag) != 0) { flagText = flagText.concat("m"); } this.regex = new NativeRegExp(pattern, flagText.concat("g")); this.head = new NativeRegExp("^" + pattern, flagText); this.flag = flag; }