rules_match
Find ASD-STE100 rules by matching a regular expression against rule names and summaries. Quickly locate relevant rules for technical writing compliance.
Instructions
Search for rules in the ruleset using a regular expression.
The pattern is matched (case-insensitively) against both the name
and the summary of each rule. Use rules_search instead if you
need to search the full content of every rule (notes, examples,
technical noun/verb lists, ...).
Parameters
pattern: The regular expression pattern to search for.
Returns
list[Rule] A (possibly empty) list of matching rules.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | A regular-expression pattern matched against the rule name and summary (case-insensitive). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |