Another improvement to TextMatchEditCheck: allow individual rules to have regex queries.
Description
Description
| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| Open | None | T360489 [EPIC] Generate and present edit suggestions at scale | |||
| Open | None | T404220 Suggestion engine: identify scalable ways to generate suggestions | |||
| Resolved | BUG REPORT | medelius | T398478 Improve TextMatchEditCheck | ||
| Open | None | T265163 Create a system to encode best practices into editing experiences | |||
| Open | None | T327959 Create ways for volunteers to audit, configure, and evalute Edit Check | |||
| Open | None | T360799 [EPIC] Empower developers to author new Edit Checks and Suggestions and configure existing ones | |||
| Open | medelius | T407664 Support regex queries in TextMatchEditCheck |
Event Timeline
Comment Actions
For context, TextMatch uses ve.dm.Document's findText method to locate matches (the same method that backs up the find/replace toolbar in VE), and this already supports regular expressions. This ticket is, as much as anything, about deciding how the config should represent regular expressions, and wiring up actually creating the RegExp instance to pass in.