regex, чтобы получить часть Word Nodejs

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