Hi John+Wickberg,
Today, I ran the following regular expressions 2 times: once while RegEx Pal was running at top speed and once when it started slowing down.
My experience is that RegEx Pal starts slowing down after I run 2-3 patterns. When it starts slowing down, I close it, and then it returns to top speed.
Delete space before closing tag
( )(\[a-z0-9*]+*)#\2
15.74 sec/36.63 sec
Delete space before a character style closing tag to after it (ignores \f*, \x*, \fe*)
(\s)(\+?((?!(f|x|fe))\S)**)#\2\1
17.52 sec /36.12 sec
Delete space before tag preceding punctuation
( )(\[a-z0-9*]+)([\p{P}-[*]])#\2\3
20.45 sec /40.69 sec
I have also attached an Event file even though it hasn’t crashed in several days.
Hope this helps,
anon180868
(Attachment RegExPalSpeed.evtx is missing)