In my string I have place holders like: ##NEWSLETTER## , ##FOOTER# ##GOOGLEANALYTICS## etc.
Each of those placeholders is delimited by: ##
I want to find each of thos placeholders and put them in an array.
The tricky part is that what's inside the ## delimiters can be anything.