RFE: support DFA matching
This would make it possible to all matches found from a point in the subject. The interface would look something like:
$Method INT .nmatches()
$Method STRING .matchn(INT)
$Function INT nmatches(PRIV_TASK)
$Function STRING matchn(INT)