Here is a link to how far I have gotten to now: https://regexr.com/3papp
Test text: // # DECLARE SESSION VALUES #
I only want (DECLARE SESSION VALUES), not the # or //
I have tried positive lookback, but I cannot use it in coffeescript. It just give an error, and every other solution I have found always returns the value with # at the beginning and end.
For the person who marked this as a duplicate, this is a screenshot of the result:
I have already tried this.