input a regex. input the text to match. see the results. the first result is the match. following results are any groups that matched.
/{{ regex }}/g
{{ textToMatch }}
{{results | json}}