DannyS712 added a comment.
Would it also allow for reusing a regex? See https://w.wiki/RK2 for stats regarding multiple properties using the same regex: `[1-9]\d*` is used 615 times `\d+` is used 542 times `[1-9][0-9]*` is used 89 times Also, having items for the regex patterns would mean that they would be better monitored by users and optimized (`[1-9][0-9]*` is the same as `[1-9]\d*`) TASK DETAIL https://phabricator.wikimedia.org/T244046 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: DannyS712 Cc: DannyS712, Lucas_Werkmeister_WMDE, Aklapper, abian, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Agabi10, Scott_WUaS, Wikidata-bugs, aude, Mbch331
_______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
