regex para fazer parte do Word Nodejs

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