Got this template that I want to read placeholders from.
this is the pattern I want to grab
Code:[PLACEHOLDER_NAME:DESCRIPTION]
Now how do I grab all placeholders in an array?Code:<html> <head> [head:the head section of the page] </head> <body> [body:a line with description] </body> </html>





Bookmarks