Olá John+Wickberg,
Hoje, executei as seguintes expressões regulares 2 vezes: uma vez enquanto o RegEx Pal estava rodando em velocidade máxima e uma vez quando ele começou a ficar lento.
Minha experiência é que o RegEx Pal começa a ficar lento depois que eu executo 2-3 padrões. Quando ele começa a ficar lento, eu o fecho e, em seguida, ele retorna à velocidade máxima.
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
Também anexei um arquivo de Evento, mesmo que ele não tenha travado há vários dias.
Espero que isso ajude,
anon180868
(Attachment RegExPalSpeed.evtx is missing)
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)
Tradução automática de English