Regex, um einen Teil von Word -Nodejs zu erhalten

/\(\{#(.*?)#\})\)/g.exec("({#test#})")[1] === "test"
Suspect Camel