Can I capture a group from my text-filter regex?

I am looking to create a report on pages that include a certain macro. More specifically, I want to report those pages, and the parameters they pass that macro. I am able to create a report using the text-filter macro looking for a regex that explains the macro for the report. However, I would like to use groups in that regex, to capture the parameter, but do not know how to capture that group. Is there a way to do this?

Here's a sample of my code:

{content-reporter:spaces=pplpmpmain|types=+page}
{text-filter:content:body|include=(?i).*\\\\x7Bppl-use-image:.*(require).*\\\\x7D.*}
{content-reporter}

It currently shows static text in the group, but going forward, I will make this a group of alpha characters, and then try to capture those characters.

Thanks in advance!
Trish
 
sad I’m frustrated
Inappropriate?
1 person has this question

The company marked this question as answered.


User_default_medium