I guess you mean ^getrule and ^match together.
But I dont understant how to use getrule. Can it retrieve a set of rule patterns from a specified topic to loop with ^match?
Does getrule return a factset of patterns?
The documentation for getrule in the Manual is not very clear. Its seem to work by getting a single rule by specifiying its label. so my call would be getrule(pattern ~topic.~label) which means I would have to walk my topics and rules individually and manually. I’m asking for there is any way to get them all in one go. Or some function that will return all s: rule patterns of a topic?
Also, what does “If a rule label is involved, optional third argument if given means
only find enabled rules with that label” from the documentation mean? If we HAVE to specify a tag I know we can specify duplicates in a topic but reuse will only go the first one.