I wrote a regex, which works fine in Chrome, but not in IE 11 and Edge.
/(?<=MERGEFIELD\s\\plain\\f0\\fs24\s)([a-z]*_[0-9]*)(?=})/g
IE 11 gives me the error: "Unexpected quantifier". I tried with blackslash before ? (\?). The error does not appear, but the Regex does not work either.