mediawiki-extensions-Visual.../modules
Thiemo Kreuz 9fee89890a Avoid/simplify possibly slow regular expressions
In detail:

* Just compare strings where possible. Sometimes the first character
alone is distinct enough.

* Add missing ^ anchor to avoid possibly running unbound pattern
searches. This is not strictly necessary when we know the input is
fixed-length. Still I find it more robust and more obvious what it's
meant to do. Not to "search for some match somewhere" but to check if
the input _is_ a match.

Change-Id: I9b7651d8ec1266521c22b38ccabb95a947903f72
2022-03-24 11:20:01 +01:00
..
ve-mw Avoid/simplify possibly slow regular expressions 2022-03-24 11:20:01 +01:00
ve-mw-collab Desktop: Always show loading progress in a toolbar placeholder 2022-02-14 16:17:48 +00:00
.eslintrc.json eslint: Lint root files with server rules 2022-03-17 23:39:53 +00:00