Regular Expressions in 4.3pre6
Submitted by Monday, 28 August, 2006 - 07:46
on
Hi,
the regular expressions search and replace doesn't work here in version 4.3pre6 (fresh install). It doesn't match the specified regexp and it produces 100% cpu loads. For eample I often have to add ; to EOLs for SQL generation. So I use $ as the search term and ; as replacement string. It doesn't match anywhere, although there are 20 lines of ASCII, and it takes a minute or so to complete, using all of the CPU. Other regexp I tried also don't match. I had to switch back to 4.3pre4; here everything works fine. Is this related to the replacement of the regexp engine?
André
the regular expressions search and replace doesn't work here in version 4.3pre6 (fresh install). It doesn't match the specified regexp and it produces 100% cpu loads. For eample I often have to add ; to EOLs for SQL generation. So I use $ as the search term and ; as replacement string. It doesn't match anywhere, although there are 20 lines of ASCII, and it takes a minute or so to complete, using all of the CPU. Other regexp I tried also don't match. I had to switch back to 4.3pre4; here everything works fine. Is this related to the replacement of the regexp engine?
André