Regex, aby uzyskać część słów nodejs

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