mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-05-22 21:32:17 +00:00
accd4a1b65
This fixes a problem introduced in
c7b31b0242.
The changes by @tobibeer inadvertently made the regular expression
evaluation significantly more expensive because of lookahead. The is
less elegant but reverts the performance problem.